1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-07-08 20:05:18 -04:00

change port to 8000

This commit is contained in:
Hemna 2023-07-23 19:19:55 -04:00
parent 89576a3c43
commit e51a501544

@ -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":