Update meshtastic_handler.py

This commit is contained in:
sh4un
2025-11-18 19:32:37 -05:00
committed by GitHub
parent d1f6fb6491
commit a49cd51b1e

View File

@@ -81,7 +81,6 @@ class MeshtasticHandler:
def start_sender(self):
if self.sender_thread and self.sender_thread.is_alive():
self.logger.warning("Meshtastic sender thread already started.")
return
self.logger.info("Starting Meshtastic sender thread...")
self.sender_thread = threading.Thread(target=self._meshtastic_sender_loop, daemon=True, name="MeshtasticSender")