chore(connector.py): remove redundant hello send in run()

This commit is contained in:
2025-08-28 23:26:19 +02:00
parent 4496fc60aa
commit eef39bc2c0

View File

@@ -160,8 +160,6 @@ class Connector:
self.logger.debug("Running Connector...")
try:
self.connect()
# send hello message
self.send(Message.hello(self.mac_address).to_bytes())
self._loop()
except KeyboardInterrupt:
self.logger.info("Interrupted by user.")