Skip to content

Commit

Permalink
IS_CHANGED should be a classmethod (#5159)
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuc authored Oct 6, 2024
1 parent 7d2467e commit 2c641e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_nodes/websocket_image_save.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def save_images(self, images):

return {}

@classmethod
def IS_CHANGED(s, images):
return time.time()

Expand Down

0 comments on commit 2c641e6

Please sign in to comment.