feat: Improved status display.

This commit is contained in:
2025-12-09 04:53:44 +09:00
parent 7e0baebc20
commit aa95c6bb3b
4 changed files with 86 additions and 50 deletions
+2 -1
View File
@@ -120,7 +120,8 @@ class ServerConfig:
}
with open(CONFIG_PATH, "w", encoding="utf-8") as f:
json.dump(config, f, indent=4, ensure_ascii=False)
logger.info(f"Server config saved: {config}")
logger.info(f"Server config saved.")
logger.debug(f"Saved server config: {config}")
def set_url(self, url: str) -> None:
self.url = url