mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-16 14:25:02 -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
|
||||
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user