IS_CHANGED should be a classmethod

This commit is contained in:
Lex 2024-10-05 22:02:11 +00:00
parent 7d2467e830
commit e42f978b99

View File

@ -37,6 +37,7 @@ class SaveImageWebsocket:
return {}
@classmethod
def IS_CHANGED(s, images):
return time.time()