IS_CHANGED should be a classmethod (#5159)

This commit is contained in:
Lex 2024-10-06 17:47:51 +08:00 committed by GitHub
parent 7d2467e830
commit 2c641e64ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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