From eb35e9288577be99b87add95af47619d3565e904 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sun, 29 Dec 2024 21:55:39 +0100 Subject: [PATCH] bugfixing --- app/cron_dark_pool_level.py | 1 - app/main.py | 1 - 2 files changed, 2 deletions(-) diff --git a/app/cron_dark_pool_level.py b/app/cron_dark_pool_level.py index 749fcbb..82d9b45 100644 --- a/app/cron_dark_pool_level.py +++ b/app/cron_dark_pool_level.py @@ -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: diff --git a/app/main.py b/app/main.py index 4180086..3df00e0 100755 --- a/app/main.py +++ b/app/main.py @@ -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)