Update repositoryStared.py

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

View File

@ -59,12 +59,12 @@ def repositoryStared():
print(" ")
else:
log(repo)
time.sleep(1)
#if loop_count % 50 == 0:
# log(False)
# log('Time To Sleep For 5 Seconds')
# log(False)
# time.sleep(5)
#else:
# log(False)
if loop_count % 50 == 0:
log(False)
log('Time To Sleep For 5 Seconds')
log(False)
time.sleep(5)
else:
log(False)
saveLocalCache()