Fixed AutoInterface deferred init

This commit is contained in:
Mark Qvist 2025-03-09 18:39:23 +01:00
parent 08751a762a
commit 17ce91a4a2
3 changed files with 24 additions and 21 deletions

View file

@ -268,6 +268,9 @@ class Interface:
RNS.log("Error while processing announce queue on "+str(self)+". The contained exception was: "+str(e), RNS.LOG_ERROR)
RNS.log("The announce queue for this interface has been cleared.", RNS.LOG_ERROR)
def final_init(self):
pass
def detach(self):
pass