mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-21 17:13:42 +00:00
Turned caching off, testing for blank page issues.
This commit is contained in:
parent
14a0519e33
commit
d01a1eed26
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue