From 99acaf28a16a73473550fe299f7fd1203554c95a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 24 Sep 2025 15:14:17 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 42ca569..efcea31 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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()