From b2197e8ffe80dc82c5b7c600753cbde5acbfb6e2 Mon Sep 17 00:00:00 2001 From: David Brazda Date: Mon, 17 Apr 2023 16:13:36 +0200 Subject: [PATCH] bugfix --- v2realbot/utils/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2realbot/utils/utils.py b/v2realbot/utils/utils.py index d8684fa..cd26bee 100644 --- a/v2realbot/utils/utils.py +++ b/v2realbot/utils/utils.py @@ -64,7 +64,8 @@ qu = Queue() zoneNY = tz.gettz('America/New_York') def print(*args, **kwargs): - ic(*args, **kwargs) + #ic(*args, **kwargs) + print(*args, **kwargs) def price2dec(price: float) -> float: """