2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-13 20:21:37 +01:00
parent 758a10ad86
commit 2dea91dca5

View File

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