From 19b07bbb436ad6b67da0ce408981248986ca6c7b Mon Sep 17 00:00:00 2001 From: David Brazda Date: Mon, 17 Apr 2023 16:15:14 +0200 Subject: [PATCH] bugfix --- v2realbot/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2realbot/main.py b/v2realbot/main.py index 52a6cca..a22ffa3 100644 --- a/v2realbot/main.py +++ b/v2realbot/main.py @@ -31,7 +31,7 @@ ic.configureOutput(includeContext=True) def threadName(): return '%s |> ' % str(current_thread().name) ic.configureOutput(prefix=threadName) -#ic.disable() +ic.disable() """"" Main entry point of the bot. Starts strategies according to config file, each in separate thread.