@@ -249,6 +249,7 @@ class IWLA(object):
with open(filename + '.tmp', 'wb+') as f, self._openDB(filename, 'w') as fzip:
pickle.dump(obj, f)
os.fsync(f)
f.seek(0)
fzip.write(f.read())
os.remove(filename + '.tmp')
The note is not visible to the blocked user.