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

Turned caching off, testing for blank page issues.

This commit is contained in:
echel0n 2014-06-18 04:07:10 -07:00
parent 14a0519e33
commit d01a1eed26

View File

@ -141,6 +141,7 @@ class IndexHandler(RequestHandler):
global req_headers
sickbeard.REMOTE_IP = self.request.remote_ip
self.set_header('Cache-Control', "max-age=0,no-cache,no-store")
req_headers = self.request.headers
def _dispatch(self):