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

@ -68,5 +68,3 @@ for repo in gh.get_user().get_starred():
print("[Warning] : {0} Repository Already Exists\n\r".format(repo.full_name))
else:
print(r.status_code, r.text, jsonstring,"\n\r")
exit(1)