Skip to content

Commit

Permalink
Removed deprecated call to timeout_monitor, fixes #704
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsa6 committed Jan 15, 2018
1 parent 08019c9 commit 15973f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cherrymusicserver/browsersetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,5 @@ def configureAndStartCherryPy(port):
'''.format(port=port)))

cherrypy.lib.caching.expires(0)
cherrypy.engine.timeout_monitor.frequency = 1
cherrypy.engine.start()
cherrypy.engine.block()

0 comments on commit 15973f3

Please sign in to comment.