mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 23:05:11 -05:00
Turned autoreload off as it was turned on when we set debugging to true for tornado.
This commit is contained in:
parent
7a95b0bb14
commit
9f1250d750
@ -73,6 +73,7 @@ class SRWebServer(threading.Thread):
|
||||
# Load the app
|
||||
self.app = Application([],
|
||||
debug=True,
|
||||
autoreload=False,
|
||||
gzip=True,
|
||||
xheaders=sickbeard.HANDLE_REVERSE_PROXY,
|
||||
cookie_secret='61oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o/Vo='
|
||||
|
Loading…
Reference in New Issue
Block a user