diff --git a/bin/github-backup b/bin/github-backup index cc469f8..a7d86d3 100755 --- a/bin/github-backup +++ b/bin/github-backup @@ -299,10 +299,10 @@ def get_query_args(query_args=None): def _get_response(request, auth, template): retry_timeout = 3 - errors = [] # We'll make requests in a loop so we can # delay and retry in the case of rate-limiting while True: + errors = [] should_continue = False try: r = urllib2.urlopen(request)