mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-03 18:17:06 +08:00
fix: fix Blank line contains whitespace
This commit is contained in:
parent
8e86385f40
commit
f8c8976da6
@ -733,7 +733,6 @@ class PromptServer():
|
|||||||
|
|
||||||
return web.Response(status=200)
|
return web.Response(status=200)
|
||||||
|
|
||||||
|
|
||||||
async def setup(self):
|
async def setup(self):
|
||||||
timeout = aiohttp.ClientTimeout(total=None) # no timeout
|
timeout = aiohttp.ClientTimeout(total=None) # no timeout
|
||||||
self.client_session = aiohttp.ClientSession(timeout=timeout)
|
self.client_session = aiohttp.ClientSession(timeout=timeout)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user