Browse Source

fixed port number

digital 8 years ago
parent
commit
7413956e1c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      server.py

+ 2 - 2
server.py

@@ -33,7 +33,7 @@ import time
 import yaml
 import yaml
 
 
 import beewatch
 import beewatch
-import beewatch
+# import beewatch
 import beewatch.server
 import beewatch.server
 # import beewatch.server as beeserver
 # import beewatch.server as beeserver
 import digilib.misc
 import digilib.misc
@@ -53,7 +53,7 @@ parser.add_argument(
 parser.add_argument(
 parser.add_argument(
     "port",
     "port",
     type=int,
     type=int,
-    default=80540,
+    default=8054,
     nargs="?",
     nargs="?",
     help="the port on wich the connection will open up. ignored if --use-file \
     help="the port on wich the connection will open up. ignored if --use-file \
         is given"
         is given"