mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-03 14:44:47 -04:00
change port to 8000
This commit is contained in:
+1
-1
@@ -330,7 +330,7 @@ if __name__ == "__main__":
|
||||
setup_logging(app, log_level)
|
||||
sio.register_namespace(LoggingNamespace("/logs"))
|
||||
CONF.log_opt_values(LOG, logging.DEBUG)
|
||||
app.run(threaded=True, debug=True, port=8100)
|
||||
app.run(threaded=True, debug=True, port=8000)
|
||||
|
||||
|
||||
if __name__ == "uwsgi_file_aprsd_wsgi":
|
||||
|
||||
Reference in New Issue
Block a user