Skip to content

Commit

Permalink
0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Jun 21, 2021
1 parent 45bd454 commit 04acd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def settings_page():
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():
Expand Down
2 changes: 1 addition & 1 deletion backend/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def __init__(self, datastore_path="/datastore", include_default_watches=True):
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
Expand Down

0 comments on commit 04acd8b

Please sign in to comment.