Skip to content

Commit

Permalink
Handling KeyboardInterrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
wind39 committed Oct 12, 2020
1 parent 0b20261 commit 072cc37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OmniDB/omnidb-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,5 @@ def run(self,parameters):
)
except KeyboardInterrupt:
cherrypy.engine.exit()
print("")
print("Bye!")

0 comments on commit 072cc37

Please sign in to comment.