mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
Fix for force update and autoreload
This commit is contained in:
parent
38edbc8b8b
commit
9790b30b90
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ def initWebServer(options={}):
|
|||
app = Application([],
|
||||
debug=sickbeard.DEBUG,
|
||||
gzip=True,
|
||||
autoreload=sickbeard.AUTO_UPDATE,
|
||||
xheaders=True,
|
||||
cookie_secret='61oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o/Vo=',
|
||||
login_url='/login'
|
||||
|
|
Loading…
Reference in a new issue