Code maintenance - Removing old function (#875)

This commit is contained in:
dgtlmoon
2022-08-31 15:23:10 +02:00
committed by GitHub
parent f3c7c969d8
commit 6168cd2899
3 changed files with 6 additions and 12 deletions

View File

@@ -244,10 +244,6 @@ class ChangeDetectionStore:
return False
def get_val(self, uuid, val):
# Probably their should be dict...
return self.data['watching'][uuid].get(val)
# Remove a watchs data but keep the entry (URL etc)
def clear_watch_history(self, uuid):
import pathlib