Update system.py

This commit is contained in:
SpudGunMan
2025-09-24 15:14:17 -07:00
parent 9c068c8d28
commit 99acaf28a1
-1
View File
@@ -12,7 +12,6 @@ import io # for suppressing output on watchdog
from modules.log import *
# Global Variables
debugMetadata = False # packet debug for non text messages
trap_list = ("cmd","cmd?") # default trap list
help_message = "Bot CMD?:"
asyncLoop = asyncio.new_event_loop()