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 15:34:17 +01:00
parent bd48b6b58e
commit 03b5fda59b

View File

@ -57,7 +57,7 @@ class CLI(Logger):
logo=tw.indent(logo, ' '*indent)
scan_print(logo,max_pause=0.005)
def help(self,x):
def help(self,*x,**y):
print(HELPSTR)
def intro(self):