Update gistsStared.py

This commit is contained in:
Varun Sridharan 2022-01-12 17:46:09 +05:30 committed by GitHub
parent 57abaa3898
commit 99ed0dfb9b
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,True)
status = giteaCreateRepo(m,isPrivate,False)
if status != 'failed':
try: