fix windows standalone build

This commit is contained in:
doctorpangloss
2025-07-17 14:18:01 -07:00
parent 526f175302
commit 9376830295
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1205,7 +1205,7 @@ class PromptServer(ExecutorToClientProgress):
if verbose:
logger.info(f"Server ready. To see the GUI go to: http://{address_print}:{port}")
if call_on_start is not None:
call_on_start(address, port)
call_on_start("http", address, port)
def add_on_prompt_handler(self, handler):
self.on_prompt_handlers.append(handler)