mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update content.py
fix typo
This commit is contained in:
parent
d1b303fad3
commit
8ee224995a
@ -229,7 +229,6 @@ def static(ctx, rd, what):
|
|||||||
except EnvironmentError:
|
except EnvironmentError:
|
||||||
raise HTTPNotFound()
|
raise HTTPNotFound()
|
||||||
|
|
||||||
kepub
|
|
||||||
@endpoint('/favicon.png', auth_required=False, cache_control=24)
|
@endpoint('/favicon.png', auth_required=False, cache_control=24)
|
||||||
def favicon(ctx, rd):
|
def favicon(ctx, rd):
|
||||||
return share_open(I('lt.png'), 'rb')
|
return share_open(I('lt.png'), 'rb')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user