From 07b85b66ae860cb65050e00edc3e996c1cd4ae8f Mon Sep 17 00:00:00 2001 From: johnqiao Date: Sun, 19 Nov 2023 01:41:45 -0700 Subject: [PATCH] Fix typo --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 7b00495d..ef37beab 100644 --- a/__init__.py +++ b/__init__.py @@ -1413,7 +1413,7 @@ async def channel_url_list(request): @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: get_config()['share_option'] = request.rel_url.query['value'] write_config()