From 488db802dc72e59d8f59c33a11ddeefcc481b845 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 18 Dec 2024 22:36:50 +0100 Subject: [PATCH] typo --- app/cron_business_metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cron_business_metrics.py b/app/cron_business_metrics.py index a759ce8..39afad0 100644 --- a/app/cron_business_metrics.py +++ b/app/cron_business_metrics.py @@ -227,7 +227,7 @@ async def run(): cursor.execute("PRAGMA journal_mode = wal") cursor.execute("SELECT DISTINCT symbol FROM stocks WHERE symbol NOT LIKE '%.%'") total_symbols = [row[0] for row in cursor.fetchall()] - total_symbols = ['TSLA'] # For testing purposes + #total_symbols = ['TSLA'] # For testing purposes con.close() async with aiohttp.ClientSession() as session: