Update system.py

This commit is contained in:
SpudGunMan
2024-09-01 01:12:52 -07:00
parent 923325874c
commit 37a9fc2eb0
+1 -1
View File
@@ -519,7 +519,7 @@ def messageTrap(msg):
def exit_handler():
# Close the interface and save the BBS messages
logger.debug(f"\nSystem: Closing Autoresponder")
logger.debug(f"System: Closing Autoresponder")
try:
interface1.close()
logger.debug(f"System: Interface1 Closed")