kopia lustrzana https://github.com/dgtlmoon/changedetection.io
rodzic
47e5a7cf09
commit
ec98415c4d
|
@ -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...
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
Empty dir, please keep, this is used to store your data!
|
|
||||||
|
|
Ładowanie…
Reference in New Issue