chore(connector.py): remove redundant hello send in run()
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user