Update server.py

This commit is contained in:
编程界的小学生 2025-05-19 16:09:48 +08:00 committed by GitHub
parent 0ea563cf8d
commit 9baa14caa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,7 +282,6 @@ class PromptServer():
a.update(f.read())
b.update(image.file.read())
image.file.seek(0)
f.close()
return a.hexdigest() == b.hexdigest()
return False