mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-09 11:50:09 +08:00
Merge branch 'develop' of github.com:enigmampc/catalyst into develop
This commit is contained in:
@@ -193,7 +193,8 @@ class PoloniexCurator(object):
|
||||
for this currencyPair
|
||||
'''
|
||||
try:
|
||||
if('end_file' in locals() and end_file + 3600 < end):
|
||||
if(temp is not None
|
||||
or ('end_file' in locals() and end_file + 3600 < end)):
|
||||
if (temp is None):
|
||||
temp = os.tmpfile()
|
||||
tempcsv = csv.writer(temp)
|
||||
|
||||
Reference in New Issue
Block a user