typo
This commit is contained in:
parent
32445f4a66
commit
488db802dc
@ -227,7 +227,7 @@ async def run():
|
|||||||
cursor.execute("PRAGMA journal_mode = wal")
|
cursor.execute("PRAGMA journal_mode = wal")
|
||||||
cursor.execute("SELECT DISTINCT symbol FROM stocks WHERE symbol NOT LIKE '%.%'")
|
cursor.execute("SELECT DISTINCT symbol FROM stocks WHERE symbol NOT LIKE '%.%'")
|
||||||
total_symbols = [row[0] for row in cursor.fetchall()]
|
total_symbols = [row[0] for row in cursor.fetchall()]
|
||||||
total_symbols = ['TSLA'] # For testing purposes
|
#total_symbols = ['TSLA'] # For testing purposes
|
||||||
con.close()
|
con.close()
|
||||||
|
|
||||||
async with aiohttp.ClientSession() as session:
|
async with aiohttp.ClientSession() as session:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user