Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Adding signal handling
Browse files Browse the repository at this point in the history
  • Loading branch information
hubbcaps committed Sep 23, 2017
1 parent 479c793 commit c759ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gazee.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def main():
}

cherrypy.config.update(options_dict)

cherrypy.engine.signals.subscribe()
cherrypy.engine.timeout_monitor.unsubscribe()
cherrypy.tree.mount(Gazee(), '/', config=conf)

Expand Down

0 comments on commit c759ea9

Please sign in to comment.