Removed whitespace from blank line

This commit is contained in:
V1sionVerse 2026-03-17 16:36:29 +01:00 committed by GitHub
parent 9ef776b689
commit e50a36e05c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -409,7 +409,7 @@ class PromptServer():
image.file.seek(0, 2) # Seek to end
uploaded_size = image.file.tell()
image.file.seek(0) # Reset to beginning
i = 1
while os.path.exists(filepath):
# Quick size comparison first