Update system.py

This commit is contained in:
SpudGunMan
2024-08-31 23:37:23 -07:00
parent f993be950f
commit 2cf51d5a09

View File

@@ -528,7 +528,7 @@ def messageTrap(msg):
def exit_handler():
# Close the interface and save the BBS messages
logger.debug(f"System: Closing Autoresponder")
logger.debug(f"\nSystem: Closing Autoresponder")
try:
interface1.close()
logger.debug(f"System: Interface1 Closed")