mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-21 17:13:38 +08:00
Removed whitespace from blank line
This commit is contained in:
parent
9ef776b689
commit
e50a36e05c
@ -409,7 +409,7 @@ class PromptServer():
|
|||||||
image.file.seek(0, 2) # Seek to end
|
image.file.seek(0, 2) # Seek to end
|
||||||
uploaded_size = image.file.tell()
|
uploaded_size = image.file.tell()
|
||||||
image.file.seek(0) # Reset to beginning
|
image.file.seek(0) # Reset to beginning
|
||||||
|
|
||||||
i = 1
|
i = 1
|
||||||
while os.path.exists(filepath):
|
while os.path.exists(filepath):
|
||||||
# Quick size comparison first
|
# Quick size comparison first
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user