Commit 4aa9b07f by BellCodeEditor

save project

parent 641ca29b
Showing with 1 additions and 0 deletions
...@@ -60,6 +60,7 @@ class Note(): # 便签、笔记 ...@@ -60,6 +60,7 @@ class Note(): # 便签、笔记
with open("user.txt", "r", encoding="utf-8") as f: with open("user.txt", "r", encoding="utf-8") as f:
info = f.read() info = f.read()
users = json.loads(info) users = json.loads(info)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment