Added Argument To Auto Clone Wiki of the mirroring repository.

This commit is contained in:
Varun Sridharan 2022-01-12 17:45:56 +05:30 committed by GitHub
parent f7da8c093e
commit 57abaa3898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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