Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
chore: new line with empty cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Datalux committed Mar 29, 2021
1 parent 411d80c commit f5211eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,7 @@ def _quit():
api.set_json_dump(True)
elif cmd == "JSON=n":
api.set_json_dump(False)
elif cmd == "":
continue
else:
pc.printout("Unknown command\n", pc.RED)

0 comments on commit f5211eb

Please sign in to comment.