Parcourir la source

fixed port range in gui.py

digital il y a 7 ans
Parent
commit
112a40a78a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      gui.py

+ 1 - 1
gui.py

@@ -53,7 +53,7 @@ parser.add_argument(
 parser.add_argument(
     "port",
     type=int,
-    default=80540,
+    default=8054,
     nargs="?",
     help="the port on wich the client will connect to. ignored if --use-file \
         is given"