diff --git a/src/gistsSource.py b/src/gistsSource.py index 75461e6..0179874 100644 --- a/src/gistsSource.py +++ b/src/gistsSource.py @@ -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() \ No newline at end of file + saveLocalCache()