Changed Sleep Time

This commit is contained in:
Varun Sridharan 2023-01-16 11:40:50 +05:30 committed by GitHub
parent 36565dbc01
commit c27b5d5b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,9 +60,9 @@ def repositoryStared():
else:
log(repo)
if loop_count % 50 == 0:
if loop_count % 10 == 0:
log(False)
log('Time To Sleep For 5 Seconds')
log('Time To Sleep For 10 Seconds')
log(False)
time.sleep(5)
else: