mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-06 05:24:50 -04:00
Allow dynamic sub-module import from compiled python bytecode
This commit is contained in:
parent
19adadf4cf
commit
8df89cc2d0
7 changed files with 26 additions and 13 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue