|
|
@ -19,7 +19,7 @@ class ChangeDetectionStore:
|
|
|
|
self.__data = {
|
|
|
|
self.__data = {
|
|
|
|
'note': "Hello! If you change this file manually, please be sure to restart your changedetection.io instance!",
|
|
|
|
'note': "Hello! If you change this file manually, please be sure to restart your changedetection.io instance!",
|
|
|
|
'watching': {},
|
|
|
|
'watching': {},
|
|
|
|
'tag': "0.23",
|
|
|
|
'tag': "0.24",
|
|
|
|
'settings': {
|
|
|
|
'settings': {
|
|
|
|
'headers': {
|
|
|
|
'headers': {
|
|
|
|
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36',
|
|
|
|
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36',
|
|
|
@ -123,7 +123,7 @@ class ChangeDetectionStore:
|
|
|
|
with self.lock:
|
|
|
|
with self.lock:
|
|
|
|
del (self.__data['watching'][uuid])
|
|
|
|
del (self.__data['watching'][uuid])
|
|
|
|
self.needs_write = True
|
|
|
|
self.needs_write = True
|
|
|
|
|
|
|
|
|
|
|
|
def url_exists(self, url):
|
|
|
|
def url_exists(self, url):
|
|
|
|
|
|
|
|
|
|
|
|
# Probably their should be dict...
|
|
|
|
# Probably their should be dict...
|
|
|
|