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

Added radio canada network logo.

Added no-cache header for non-static content.
This commit is contained in:
echel0n 2014-12-12 22:46:26 -08:00
parent ac70dd38c2
commit 06915f3a15
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -218,6 +218,7 @@ class WebHandler(BaseHandler):
if results is not None:
results = ek.ss(results)
self.set_header('Cache-Control', 'no-cache')
self.finish(results)
except:
logger.log('Failed sending webui reponse: %s' % (traceback.format_exc()), logger.DEBUG)