Increment tries

merge-requests/8/head
Bob Mottram 2020-09-02 17:34:05 +01:00
parent 7cfa74df06
commit 632d2977dd
1 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,7 @@ class PubServer(BaseHTTPRequestHandler):
except Exception as e: except Exception as e:
print(e) print(e)
time.sleep(0.5) time.sleep(0.5)
tries += 1 tries += 1
return False return False
def _robotsTxt(self) -> bool: def _robotsTxt(self) -> bool: