Commit 34e33e1e by fwkz

Fixing message displayed on exit.

parent a248808a
......@@ -87,7 +87,8 @@ class BaseInterpreter(object):
except RoutersploitException as err:
utils.print_error(err)
except KeyboardInterrupt:
utils.print_status("\nroutersploit stopped")
print()
utils.print_status("routersploit stopped")
break
def complete(self, text, state):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment