1
0
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:
2023-07-23 19:19:55 -04:00
parent 89576a3c43
commit e51a501544
+1 -1
View File
@@ -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":