mirror of
https://github.com/craigerl/aprsd.git
synced 2025-10-20 23:50:30 -04:00
Fixed an issue with client.reset
The reset for the aprsd client was accessing the older delay_connect, which has been renamed to auto_connect.
This commit is contained in:
parent
9bf4bfd92c
commit
49202569a8
@ -118,7 +118,7 @@ class APRSDClient:
|
||||
LOG.info('Resetting client connection.')
|
||||
if self.driver:
|
||||
self.driver.close()
|
||||
if not self.delay_connect:
|
||||
if self.auto_connect:
|
||||
self.driver.setup_connection()
|
||||
if self.filter:
|
||||
self.driver.set_filter(self.filter)
|
||||
|
Loading…
x
Reference in New Issue
Block a user