소스 검색

formatting

justheuristic 5 년 전
부모
커밋
a72b6c4ffe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/start_server.py

+ 1 - 1
scripts/start_server.py

@@ -67,7 +67,7 @@ if __name__ == "__main__":
     # start server
     server = tesseract.TesseractServer(
         network, experts, addr=args.host, port=port, conn_handler_processes=num_handlers, device=device)
-    print("Running server at {args.host}:{args.port}")
+    print(f"Running server at {args.host}:{args.port}")
     print("Active expert uids:", sorted(experts))
     try:
         server.run()