This commit is contained in:
dgtlmoon
2021-06-22 10:23:58 +10:00
parent 8a0b33c1e8
commit f717ad1bb6

View File

@@ -111,7 +111,7 @@ class ChangeDetectionStore:
self.add_watch(url='https://www.gov.uk/coronavirus', tag='Covid')
self.add_watch(url='https://changedetection.io', tag='Tech news')
self.__data['version_tag'] = "0.35"
self.__data['version_tag'] = "0.36"
# Helper to remove password protection
password_reset_lockfile = "{}/removepassword.lock".format(self.datastore_path)