diff --git a/mirror-started-repository.py b/mirror-started-repository.py index fa0fb81..cd2765e 100644 --- a/mirror-started-repository.py +++ b/mirror-started-repository.py @@ -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) \ No newline at end of file + print(r.status_code, r.text, jsonstring,"\n\r") \ No newline at end of file