From ef2dd44e7e869f2af239029fc11e73e67632e992 Mon Sep 17 00:00:00 2001 From: Leigh Morresi <275001+dgtlmoon@users.noreply.github.com> Date: Wed, 3 Feb 2021 22:28:37 +0100 Subject: [PATCH] Adding tag to json --- backend/store.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/store.py b/backend/store.py index 987a2fe1..6e06e09f 100644 --- a/backend/store.py +++ b/backend/store.py @@ -15,6 +15,7 @@ class ChangeDetectionStore: self.__data = { 'note' : "Hello! If you change this file manually, please be sure to restart your changedetection.io instance!", 'watching': {}, + 'tag': "0.22", 'settings': { 'headers': { 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36',