mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
7a6ba6d00f
commit
deceabe037
@ -51,7 +51,7 @@ class CLI(Logger):
|
|||||||
f=getattr(self,cmd)
|
f=getattr(self,cmd)
|
||||||
return f(dat)
|
return f(dat)
|
||||||
|
|
||||||
def boot(self,indent=15):
|
def boot(self,indent=13):
|
||||||
logo=art.text2art(CLI_TITLE,font=CLI_FONT)
|
logo=art.text2art(CLI_TITLE,font=CLI_FONT)
|
||||||
# logo=make_key_discreet_str(logo,chance_redacted=0.1) #.decode()
|
# logo=make_key_discreet_str(logo,chance_redacted=0.1) #.decode()
|
||||||
logo=tw.indent(logo, ' '*indent)
|
logo=tw.indent(logo, ' '*indent)
|
||||||
|
Loading…
Reference in New Issue
Block a user