Skip to content

Commit

Permalink
Update repositoryStared.py
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Jan 17, 2023
1 parent 2754a1b commit bf39188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/repositoryStared.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def repositoryStared():
else:
log(repo)

if loop_count % 10 == 0:
if loop_count % 50 == 0:
log(False)
log('Time To Sleep For 10 Seconds')
log('Time To Sleep For 5 Seconds')
log(False)
time.sleep(5)
else:
Expand Down

0 comments on commit bf39188

Please sign in to comment.