Skip to content

Commit

Permalink
one last try
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Apr 19, 2024
1 parent e548cf1 commit a40b749
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
for file_name, download_url in files_to_download_enx.items():
os.system(f"curl -s {download_url} > {file_name}")
print(f"downloaded {file_name}")
time.sleep(2)
time.sleep(15)

# Install pip requirements one item at a time
lines = []
Expand Down

0 comments on commit a40b749

Please sign in to comment.