posting
quadrismegistus 4 years ago
parent 834a2eb9bc
commit 83ffad3191

@ -37,8 +37,8 @@ class CLI(Logger):
self.help() self.help()
if inp: if inp:
for inpx in inp.split(';'): for inpx in inp.split('/'):
self.route(inpx) self.route('/'+inpx.strip())
while True: while True:
try: try:

Loading…
Cancel
Save