Mirrors Starred Repo

This commit is contained in:
Varun 2020-10-12 14:10:16 +05:30
parent ee372ef54f
commit 22f6b8e9c7
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -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")