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:
parent
38edbc8b8b
commit
9790b30b90
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user