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()