1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-12-20 08:31:11 -05:00

Removed flask code

This commit is contained in:
Hemna 2021-01-14 14:36:36 -05:00
parent 0aa905ebba
commit 72fa550250

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