mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Fixed a typo issue
This commit is contained in:
parent
9124c528a8
commit
4caf2441d6
2 changed files with 3 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
|||
|
||||
<div class="component-group-desc">
|
||||
<h3>Advanced setting</h3>
|
||||
<p>Here you need to know what are you doing!!!</p>
|
||||
<p>You need to know what you are doing here!!!</p>
|
||||
</div>
|
||||
|
||||
<fieldset class="component-group-list">
|
||||
|
|
|
@ -218,6 +218,8 @@ class CacheController(object):
|
|||
headers = {'Expires': expires}
|
||||
resp.headers.update(headers)
|
||||
|
||||
self.cache.set(cache_url, resp)
|
||||
|
||||
# Add to the cache if the response headers demand it. If there
|
||||
# is no date header then we can't do anything about expiring
|
||||
# the cache.
|
||||
|
|
Loading…
Reference in a new issue