Update gistsSource.py

This commit is contained in:
Varun Sridharan 2022-01-12 17:46:21 +05:30 committed by GitHub
parent 99ed0dfb9b
commit e3b97705ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ def gistsSource():
"uid" : gitea_uid,
}
status = giteaCreateRepo(m,isPrivate)
status = giteaCreateRepo(m,isPrivate,False)
if status != 'failed':
try:
@ -72,4 +72,4 @@ def gistsSource():
log(repo)
log(False)
saveLocalCache()
saveLocalCache()