mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-07 11:58:01 -05:00
Fixed a typo issue
This commit is contained in:
parent
9124c528a8
commit
4caf2441d6
@ -190,7 +190,7 @@
|
|||||||
|
|
||||||
<div class="component-group-desc">
|
<div class="component-group-desc">
|
||||||
<h3>Advanced setting</h3>
|
<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>
|
</div>
|
||||||
|
|
||||||
<fieldset class="component-group-list">
|
<fieldset class="component-group-list">
|
||||||
|
@ -218,6 +218,8 @@ class CacheController(object):
|
|||||||
headers = {'Expires': expires}
|
headers = {'Expires': expires}
|
||||||
resp.headers.update(headers)
|
resp.headers.update(headers)
|
||||||
|
|
||||||
|
self.cache.set(cache_url, resp)
|
||||||
|
|
||||||
# Add to the cache if the response headers demand it. If there
|
# Add to the cache if the response headers demand it. If there
|
||||||
# is no date header then we can't do anything about expiring
|
# is no date header then we can't do anything about expiring
|
||||||
# the cache.
|
# the cache.
|
||||||
|
Loading…
Reference in New Issue
Block a user