Update bbstools.py

This commit is contained in:
SpudGunMan
2024-06-26 17:35:11 -07:00
parent 563bd6c1fb
commit 5137af117e
+1 -1
View File
@@ -6,7 +6,7 @@ import os
trap_list_bbs = ("bbslist", "bbspost", "bbsread", "bbsdelete", "bbshelp")
# global message list, later we will use a database on disk
# global message list, later we will use a pickle on disk
bbs_messages = []
def load_bbsdb():