Update repositoryStared.py

This commit is contained in:
Varun Sridharan 2023-01-17 09:23:53 +05:30 committed by GitHub
parent 2754a1b41a
commit bf39188f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: