Use a single thread for writing the sync json

This commit is contained in:
Leigh Morresi
2021-01-31 18:49:14 +01:00
parent a6c864ecfd
commit 43c7ccb3fe
3 changed files with 37 additions and 15 deletions

View File

@@ -54,7 +54,7 @@ class perform_site_check(Thread):
request_headers.update(extra_headers)
print("Checking", self.url)
print(request_headers)
#print(request_headers)
self.ensure_output_path()