mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-21 09:02:33 +02:00
Update mesh_bot.py
This commit is contained in:
+2
-2
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user