mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
6f4177826d
commit
f8389dfef4
@ -32,6 +32,7 @@ class CLI(Logger):
|
||||
while True:
|
||||
try:
|
||||
inp=input(f'@{self.name if self.name else "?"}: ')
|
||||
print(inpp,'??')
|
||||
except KeyboardInterrupt:
|
||||
exit()
|
||||
self.route(inp)
|
||||
|
Loading…
Reference in New Issue
Block a user