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