mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
758a10ad86
commit
2dea91dca5
@ -7,6 +7,7 @@ class Komrade(Caller):
|
||||
|
||||
def __init__(self, name=None, passphrase=DEBUG_DEFAULT_PASSPHRASE):
|
||||
super().__init__(name=name,passphrase=passphrase)
|
||||
self.log(f'booted komrade with {name} and {passphrase} and\n\n{dict_format(self._keychain)}')
|
||||
# if SHOW_STATUS:
|
||||
# from komrade.cli import CLI
|
||||
# self.cli = CLI(name=name, komrade=self)
|
||||
|
Loading…
Reference in New Issue
Block a user