Allow dynamic sub-module import from compiled python bytecode

This commit is contained in:
Mark Qvist 2024-12-02 14:20:34 +01:00
parent 19adadf4cf
commit 8df89cc2d0
7 changed files with 26 additions and 13 deletions

View file

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