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:03:25 +01:00
parent 6f4177826d
commit f8389dfef4

View File

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