Update repositorySource.py

This commit is contained in:
Varun Sridharan 2022-01-12 17:47:10 +05:30 committed by GitHub
parent bc911959b9
commit 1a74d74043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ def repositorySource():
"uid" : gitea_uid,
}
status = giteaCreateRepo(m,repo.private)
status = giteaCreateRepo(m,repo.private,True)
if status != 'failed':
try:
if status != 'exists':
@ -62,4 +62,4 @@ def repositorySource():
else:
log(False)
saveLocalCache()
saveLocalCache()