Update system.py

This commit is contained in:
SpudGunMan
2024-08-31 22:56:05 -07:00
parent 9ffbac7420
commit a330cff3e5

View File

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