1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Turned autoreload off as it was turned on when we set debugging to true for tornado.

This commit is contained in:
echel0n 2014-07-06 06:18:09 -07:00
parent 7a95b0bb14
commit 9f1250d750

View File

@ -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='