1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-01-07 03:48:02 -05:00

Fix for force update and autoreload

This commit is contained in:
echel0n 2014-06-16 20:53:16 -07:00
parent 38edbc8b8b
commit 9790b30b90

View File

@ -100,7 +100,6 @@ def initWebServer(options={}):
app = Application([], app = Application([],
debug=sickbeard.DEBUG, debug=sickbeard.DEBUG,
gzip=True, gzip=True,
autoreload=sickbeard.AUTO_UPDATE,
xheaders=True, xheaders=True,
cookie_secret='61oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o/Vo=', cookie_secret='61oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o/Vo=',
login_url='/login' login_url='/login'