@ -207,7 +207,7 @@ class Client(object):
# SAVING FUNCTIONS
def dump(self, filepath):
with open('result.json',"w") as fp:
with open('dump.json',"w") as fp:
for key, value in self.store.items():
line = json.dumps(value.body)
fp.write(line)
The note is not visible to the blocked user.