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