Skip to content

Commit

Permalink
Update vibe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tylous authored Oct 17, 2019
1 parent 6dbc346 commit 10de303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vibe.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ def do_search(self, option, intro=None):
print "Computers"
print "---------"
print (tabulate(computer_tb, showindex=False, headers=computer_tb.columns, tablefmt="grid"))
return cmd.Cmd.cmdloop(self, intro)
except KeyboardInterrupt:
return
return cmd.Cmd.cmdloop(self, intro)
Expand Down

0 comments on commit 10de303

Please sign in to comment.