Skip to content

Commit

Permalink
Less sleep on respin
Browse files Browse the repository at this point in the history
  • Loading branch information
pharr117 committed Sep 4, 2023
1 parent ad73589 commit 9980119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ def update_data():
print(f"Repo path: {repo_path}")
except Exception as e:
print(f"Error downloading and extracting repo: {e}")
print("Error encountered. Sleeping for 1 minute before retrying...")
sleep(60)
print("Error encountered. Sleeping for 5 seconds before retrying...")
sleep(5)
continue

try:
Expand Down

0 comments on commit 9980119

Please sign in to comment.