bugfixing
This commit is contained in:
parent
449673c58e
commit
34fa6b524a
@ -132,7 +132,12 @@ async def main():
|
||||
|
||||
if aggregate:
|
||||
save_json(aggregate, symbol)
|
||||
else:
|
||||
os.remove(f"json/options-stats/companies/{symbol}.json")
|
||||
|
||||
except:
|
||||
try:
|
||||
os.remove(f"json/options-stats/companies/{symbol}.json")
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user