From 44516c3fe41593a429a309eca1caa0a800d022aa Mon Sep 17 00:00:00 2001 From: vegu-ai-tools <152010387+vegu-ai-tools@users.noreply.github.com> Date: Sat, 18 Apr 2026 13:24:31 +0300 Subject: [PATCH] linting --- src/talemate/server/run.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/talemate/server/run.py b/src/talemate/server/run.py index fb7455cc..4463d84e 100644 --- a/src/talemate/server/run.py +++ b/src/talemate/server/run.py @@ -246,12 +246,14 @@ def run_server(args): ) separator = " " * 70 log.info(separator) - log.info( - "NOTICE: Talemate's default frontend port is now 8082 (was 8080) " - ) + log.info("NOTICE: Talemate's default frontend port is now 8082 (was 8080) ") log.info(" to avoid conflicting with llama.cpp") - log.info(f" Open Talemate at: http://{display_host}:{args.frontend_port}") - log.info(" To revert to the old port: set TALEMATE_FRONTEND_PORT=8080") + log.info( + f" Open Talemate at: http://{display_host}:{args.frontend_port}" + ) + log.info( + " To revert to the old port: set TALEMATE_FRONTEND_PORT=8080" + ) log.info(separator) if not args.backend_only: