justheuristic %!s(int64=5) %!d(string=hai) anos
pai
achega
a72b6c4ffe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()