quote.csv file bugfix
This commit is contained in:
@@ -291,6 +291,7 @@ class OHLCFileSeries:
|
|||||||
try:
|
try:
|
||||||
start, old_time, old_price = line.split(',')
|
start, old_time, old_price = line.split(',')
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
self.quote_file.seek(0)
|
||||||
line = None
|
line = None
|
||||||
if line:
|
if line:
|
||||||
# noinspection PyUnboundLocalVariable
|
# noinspection PyUnboundLocalVariable
|
||||||
|
|||||||
Reference in New Issue
Block a user