mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
move cache middleware
This commit is contained in:
parent
a9a0f96408
commit
8b96170e53
@ -68,7 +68,7 @@ class HeuristicPath(NamedTuple):
|
|||||||
|
|
||||||
|
|
||||||
# Import cache control middleware
|
# Import cache control middleware
|
||||||
from middleware.cache_middleware import cache_control
|
from ..middleware.cache_middleware import cache_control
|
||||||
|
|
||||||
async def send_socket_catch_exception(function, message):
|
async def send_socket_catch_exception(function, message):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user