mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -05:00
Turned caching off, testing for blank page issues.
This commit is contained in:
parent
14a0519e33
commit
d01a1eed26
@ -141,6 +141,7 @@ class IndexHandler(RequestHandler):
|
|||||||
global req_headers
|
global req_headers
|
||||||
|
|
||||||
sickbeard.REMOTE_IP = self.request.remote_ip
|
sickbeard.REMOTE_IP = self.request.remote_ip
|
||||||
|
self.set_header('Cache-Control', "max-age=0,no-cache,no-store")
|
||||||
req_headers = self.request.headers
|
req_headers = self.request.headers
|
||||||
|
|
||||||
def _dispatch(self):
|
def _dispatch(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user