Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-07-24 17:19:16 -07:00
parent 67146b8d6c
commit dcaa271293
+2 -2
View File
@@ -293,8 +293,8 @@ def exit_handler():
interface1.close()
print(f"{log_timestamp()} System: Interface1 Closed")
if interface2_enabled:
#interface2.close()
print(f"{log_timestamp()} System: Interface2 Closed remember to fix this line")
interface2.close()
print(f"{log_timestamp()} System: Interface2 Closed")
if bbs_enabled:
save_bbsdb()
print(f"{log_timestamp()} System: BBS Messages Saved")