mirror of
https://github.com/varunsridharan/github-gitea-mirror.git
synced 2024-11-15 03:47:47 +08:00
Mirrors Starred Repo
This commit is contained in:
parent
ee372ef54f
commit
22f6b8e9c7
1 changed files with 1 additions and 3 deletions
|
@ -67,6 +67,4 @@ for repo in gh.get_user().get_starred():
|
|||
elif r.status_code == 409:
|
||||
print("[Warning] : {0} Repository Already Exists\n\r".format(repo.full_name))
|
||||
else:
|
||||
print(r.status_code, r.text, jsonstring,"\n\r")
|
||||
|
||||
exit(1)
|
||||
print(r.status_code, r.text, jsonstring,"\n\r")
|
Loading…
Reference in a new issue