1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-09-04 14:17:48 -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 # local imports here
import aprsd import aprsd
from aprsd import client, email, flask, messaging, plugin, threads, utils from aprsd import client, email, messaging, plugin, threads, utils
import aprslib import aprslib
from aprslib.exceptions import LoginError from aprslib.exceptions import LoginError
import click import click
@ -456,10 +456,6 @@ def server(
messaging.MsgTrack().restart() messaging.MsgTrack().restart()
if stats_server:
app = flask.init_flask(config)
app.run(host="0.0.0.0", port=5001)
cntr = 0 cntr = 0
while not server_event.is_set(): while not server_event.is_set():
# to keep the log noise down # to keep the log noise down