justheuristic hace 5 años
padre
commit
a72b6c4ffe
Se han modificado 1 ficheros con 1 adiciones y 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()