Bug with logger.info call causes crash
Linus045 opened this issue · 0 comments
Linus045 commented
File "main.py", line 255, in sell
logger.Info(f"Order is initialized but not ready. Continuing. | Status={st}")
This needs to be changed to logger.info(...)
Originally posted by @Linus045 in #112 (comment)