Talegorithm il y a 3 mois
Parent
commit
765ea75f8c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      knowhub/server.py

+ 1 - 1
knowhub/server.py

@@ -1660,4 +1660,4 @@ def frontend():
 
 if __name__ == "__main__":
     import uvicorn
-    uvicorn.run(app, host="0.0.0.0", port=9998)
+    uvicorn.run(app, host="0.0.0.0", port=9999)