Compare commits

..

1 Commits

Author SHA1 Message Date
faragher
6fbbe706c3
Merge 2f0199a739 into 55a2daf379 2023-12-04 12:48:04 -06:00
2 changed files with 1 additions and 3 deletions

View File

@ -334,8 +334,6 @@ class AutoInterface(Interface):
thread.daemon = True
thread.start()
self.carrier_changed = True
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)

View File

@ -1 +1 @@
__version__ = "0.6.9"
__version__ = "0.6.8"