@node Mail

This commit is contained in:
SpudGunMan
2024-07-19 00:05:41 -07:00
parent 1432a8b72c
commit 5c3f8ad1f4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ def bbs_read_message(messageID = 0):
def save_bbsdm():
global bbs_dm
# save the bbs messages to the database file
print ("System: Saving Direct Messages bbsdm.pkl\n")
print ("System: Saving Updated BBS Direct Messages bbsdm.pkl")
with open('bbsdm.pkl', 'wb') as f:
pickle.dump(bbs_dm, f)