1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-04-06 11:38:58 -04:00

Merge branch 'craiger-stable' of https://github.com/craigerl/aprsd into craiger-stable

This commit is contained in:
Craig Lamparter 2021-01-14 12:26:15 -08:00
commit 53bb6bed2b

View File

@ -32,7 +32,7 @@ import time
# local imports here
import aprsd
from aprsd import client, email, flask, messaging, plugin, threads, utils
from aprsd import client, email, messaging, plugin, threads, utils
import aprslib
from aprslib.exceptions import LoginError
import click
@ -456,10 +456,6 @@ def server(
messaging.MsgTrack().restart()
if stats_server:
app = flask.init_flask(config)
app.run(host="0.0.0.0", port=5001)
cntr = 0
while not server_event.is_set():
# to keep the log noise down