bugfixing

This commit is contained in:
MuslemRahimi 2024-12-29 21:55:39 +01:00
parent bc61f863da
commit eb35e92885
2 changed files with 0 additions and 2 deletions

View File

@ -105,7 +105,6 @@ def run():
etf_con.close()
total_symbols = stocks_symbols+ etf_symbols
total_symbols = ['CCLD']
data = []
weekdays = get_last_7_weekdays()
for date in weekdays:

View File

@ -3406,7 +3406,6 @@ async def get_dark_pool(data:TickerData, api_key: str = Security(get_api_key)):
except:
res = []
print(res)
data = orjson.dumps(res)
compressed_data = gzip.compress(data)
redis_client.set(cache_key, compressed_data)