mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-23 14:10:18 +00:00
Compare commits
1 Commits
408b7f66a9
...
6fbbe706c3
Author | SHA1 | Date | |
---|---|---|---|
|
6fbbe706c3 |
@ -334,8 +334,6 @@ class AutoInterface(Interface):
|
|||||||
thread.daemon = True
|
thread.daemon = True
|
||||||
thread.start()
|
thread.start()
|
||||||
|
|
||||||
self.carrier_changed = True
|
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
RNS.log("Could not get device information while updating link-local addresses for "+str(self)+". The contained exception was: "+str(e), RNS.LOG_ERROR)
|
RNS.log("Could not get device information while updating link-local addresses for "+str(self)+". The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "0.6.9"
|
__version__ = "0.6.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user