Add edit UI

Move to keyed structure instead of list
This commit is contained in:
Leigh Morresi
2021-01-29 10:49:05 +01:00
parent 1629dee6a5
commit b7a0c2dbcd
7 changed files with 185 additions and 73 deletions

View File

@@ -87,6 +87,9 @@ class perform_site_check(Thread):
self.datastore.update_watch(self.uuid, 'last_error', str(e))
print(str(e))
except requests.exceptions.MissingSchema:
print ("Skipping {} due to missing schema/bad url".format(self.uuid))
# Usually from html2text level
except UnicodeDecodeError as e:
self.datastore.update_watch(self.uuid, 'last_error', str(e))