mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-18 02:43:00 +08:00
Fix typo
This commit is contained in:
parent
442942aae4
commit
07b85b66ae
@ -1413,7 +1413,7 @@ async def channel_url_list(request):
|
|||||||
|
|
||||||
|
|
||||||
@server.PromptServer.instance.routes.get("/manager/share_option")
|
@server.PromptServer.instance.routes.get("/manager/share_option")
|
||||||
async def channel_url_list(request):
|
async def share_option(request):
|
||||||
if "value" in request.rel_url.query:
|
if "value" in request.rel_url.query:
|
||||||
get_config()['share_option'] = request.rel_url.query['value']
|
get_config()['share_option'] = request.rel_url.query['value']
|
||||||
write_config()
|
write_config()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user