pull/107/head 0.34
dgtlmoon 2021-06-21 22:13:14 +10:00
rodzic 45bd454e26
commit 04acd8b2f8
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -486,7 +486,7 @@ def changedetection_app(config=None, datastore_o=None):
else:
# Unset it anyway, just to be sure.
datastore.data['settings']['application']['password'] = False
flash("Settings updated.")
if request.method == 'POST' and not form.validate():

Wyświetl plik

@ -113,7 +113,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.33"
self.__data['version_tag'] = "0.34"
if not 'app_guid' in self.__data:
import sys