fix: on_internet_available plugins callback is now called for both MANU and AUTO mode (fixes #210)
This commit is contained in:
@@ -12,6 +12,9 @@ class AsyncAdvertiser(object):
|
||||
self._keypair = keypair
|
||||
self._advertiser = None
|
||||
|
||||
def keypair(self):
|
||||
return self._keypair
|
||||
|
||||
def start_advertising(self):
|
||||
_thread.start_new_thread(self._adv_worker, ())
|
||||
|
||||
|
Reference in New Issue
Block a user