From 04acd8b2f830f9bf80358c3bc5ad6a00069f3fa4 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 21 Jun 2021 22:13:14 +1000 Subject: [PATCH] 0.34 --- backend/__init__.py | 2 +- backend/store.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/__init__.py b/backend/__init__.py index 3e57dc0a..f209114d 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -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(): diff --git a/backend/store.py b/backend/store.py index 45041ab3..927fb127 100644 --- a/backend/store.py +++ b/backend/store.py @@ -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