bugfixing

This commit is contained in:
MuslemRahimi 2024-10-05 12:32:16 +02:00
parent dd33a23879
commit 0a6a7b9b3b

View File

@ -84,7 +84,7 @@ async def get_historical_data(ticker, query_con, session):
async def run():
total_symbols = []
chunk_size = 400
chunk_size = 100
try:
cursor = con.cursor()
cursor.execute("PRAGMA journal_mode = wal")