This commit is contained in:
David Brazda
2023-04-17 15:59:46 +02:00
parent d814340b09
commit 67819657d9
2 changed files with 2 additions and 1 deletions

View File

@ -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.