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