Browse Source

fixed typo in expression

pull/3472/head
shawnington 6 months ago committed by GitHub
parent
commit
16013c343e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      server.py

2
server.py

@ -206,7 +206,7 @@ class PromptServer():
i += 1
if not image_is_duplicate:
if image_save_function is not None and
if image_save_function is not None:
image_save_function(image, post, filepath)
else:
with open(filepath, "wb") as f:

Loading…
Cancel
Save