mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-07 22:13:09 -04:00
Fix import paths
This commit is contained in:
parent
64bdc4c18c
commit
01600b96a4
2 changed files with 3 additions and 2 deletions
|
@ -906,6 +906,7 @@ class Reticulum:
|
|||
except Exception as e:
|
||||
RNS.log("The interface \""+name+"\" could not be created. Check your configuration file for errors!", RNS.LOG_ERROR)
|
||||
RNS.log("The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
raise e
|
||||
RNS.panic()
|
||||
else:
|
||||
RNS.log("The interface name \""+name+"\" was already used. Check your configuration file for errors!", RNS.LOG_ERROR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue