bugfixing

This commit is contained in:
MuslemRahimi 2025-02-03 16:52:26 +01:00
parent 3c7d04ff9b
commit aa58f35322

View File

@ -63,7 +63,7 @@ def correct_weekday(selected_date):
# Create a semaphore to limit concurrent requests
REQUEST_LIMIT = 500
PAUSE_TIME = 60
PAUSE_TIME = 5
def check_existing_file(symbol):
file_path = f"json/wiim/company/{symbol}.json"