This commit is contained in:
creslin 2018-08-02 12:38:25 +00:00
parent a1d854fd90
commit 88c9aa6896

View File

@ -25,7 +25,7 @@ class candle_analyzed:
this allows analyze_ticker to not keep testing the same candle data
which is wastful in CPU and time
'''
def __init__(self, candle_row = 0):
def __init__(self, candle_row=0):
self.candle_row = candle_row
def get_candle_row(self):