minor cleanup prior to release

This commit is contained in:
Hemna 2023-09-26 15:27:51 -04:00
parent 788a72c643
commit c9dc4f67d4
2 changed files with 3 additions and 7 deletions

View File

@ -125,8 +125,6 @@ class APRSDProcessPacketThread(APRSDThread):
# We don't put ack packets destined for us through the
# plugins.
wl = packets.WatchList()
wl.update_seen(packet)
if (
isinstance(packet, packets.AckPacket)
and packet.addresse.lower() == our_call
@ -214,9 +212,7 @@ class APRSDPluginProcessPacketThread(APRSDProcessPacketThread):
to_call = packet.addresse
else:
to_call = None
# msg = packet.get("message_text", None)
# packet.get("msgNo", "0")
# packet.get("response", None)
pm = plugin.PluginManager()
try:
results = pm.run(packet)

View File

@ -57,5 +57,5 @@ VOLUME ["/config"]
# Set the user to run the application
USER appuser
HEALTHCHECK --interval=5m --timeout=12s --start-period=30s \
CMD aprsd healthcheck --config /config/aprsd.conf
HEALTHCHECK --interval=1m --timeout=12s --start-period=30s \
CMD aprsd healthcheck --config /config/aprsd.conf --loglevel DEBUG