mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-03 06:57:04 +08:00
fixing Blank line contains whitespace
This commit is contained in:
parent
8e86385f40
commit
57a1fc0fcc
@ -290,7 +290,6 @@ class PromptServer():
|
|||||||
image = post.get("image")
|
image = post.get("image")
|
||||||
overwrite = post.get("overwrite")
|
overwrite = post.get("overwrite")
|
||||||
image_is_duplicate = False
|
image_is_duplicate = False
|
||||||
|
|
||||||
image_upload_type = post.get("type")
|
image_upload_type = post.get("type")
|
||||||
upload_dir, image_upload_type = get_dir_by_type(image_upload_type)
|
upload_dir, image_upload_type = get_dir_by_type(image_upload_type)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user