posting
quadrismegistus 4 years ago
parent 39a0246087
commit 834a2eb9bc

@ -36,7 +36,9 @@ class CLI(Logger):
if not inp:
self.help()
if inp: self.route(inp)
if inp:
for inpx in inp.split(';'):
self.route(inpx)
while True:
try:

Loading…
Cancel
Save