mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-10 22:29:09 -07:00
Allow dynamic sub-module import from compiled python bytecode
This commit is contained in:
@@ -283,7 +283,8 @@ class Reticulum:
|
||||
time.sleep(1.5)
|
||||
|
||||
self.__apply_config()
|
||||
RNS.log("Configuration loaded from "+self.configpath, RNS.LOG_VERBOSE)
|
||||
RNS.log(f"Utilising cryptography backend \"{RNS.Cryptography.Provider.backend()}\"", RNS.LOG_VERBOSE)
|
||||
RNS.log(f"Configuration loaded from {self.configpath}", RNS.LOG_VERBOSE)
|
||||
|
||||
RNS.Identity.load_known_destinations()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user