From 8d1e366e103408c4409854182c4e89ad17fc40c3 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 20 Sep 2024 21:34:16 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 42ea652..9603b39 100644 --- a/modules/system.py +++ b/modules/system.py @@ -10,7 +10,7 @@ import contextlib # for suppressing output on watchdog from modules.log import * # Global Variables -trap_list = ("cmd","cmd?",) # default trap list +trap_list = ("cmd","cmd?") # default trap list help_message = "CMD?:" asyncLoop = asyncio.new_event_loop() games_enabled = False