mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 06:45:05 -05:00
Added radio canada network logo.
Added no-cache header for non-static content.
This commit is contained in:
parent
ac70dd38c2
commit
06915f3a15
BIN
gui/slick/images/network/radio canada.png
Normal file
BIN
gui/slick/images/network/radio canada.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user