mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-13 17:07:19 +00:00
0.34
This commit is contained in:
+1
-1
@@ -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():
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user