Compare commits

..

No commits in common. "6b3f3a37f08c39fc22cb5f41a808df20bfe1113a" and "55a2daf3797b05ca8654ebcf65857bdfd6e7d201" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -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)

View File

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