bugfix
This commit is contained in:
@ -64,7 +64,8 @@ qu = Queue()
|
|||||||
zoneNY = tz.gettz('America/New_York')
|
zoneNY = tz.gettz('America/New_York')
|
||||||
|
|
||||||
def print(*args, **kwargs):
|
def print(*args, **kwargs):
|
||||||
ic(*args, **kwargs)
|
#ic(*args, **kwargs)
|
||||||
|
print(*args, **kwargs)
|
||||||
|
|
||||||
def price2dec(price: float) -> float:
|
def price2dec(price: float) -> float:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user