Skip to content

Commit

Permalink
fresh GO.MOD
Browse files Browse the repository at this point in the history
  • Loading branch information
youngfish42 committed Jan 13, 2024
1 parent 5b86ce8 commit c444d2d
Show file tree
Hide file tree
Showing 2 changed files with 388 additions and 1 deletion.
2 changes: 1 addition & 1 deletion add_dependent.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
print(f"Error fetching commit info for {link}: {e}")
except Exception as e:
print(f"Error getting commit hash for {link}: {e}")
time.sleep(1) # Wait 1 second to avoid rate limiting
time.sleep(61) # Wait 61 second to avoid rate limiting


# Start the go.mod file with the module line
Expand Down
Loading

0 comments on commit c444d2d

Please sign in to comment.