bugfixing
This commit is contained in:
parent
3c7d04ff9b
commit
aa58f35322
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user