mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 17:23:26 +02:00
Update content.py
fix typo
This commit is contained in:
parent
d1b303fad3
commit
8ee224995a
1 changed files with 0 additions and 1 deletions
|
|
@ -229,7 +229,6 @@ def static(ctx, rd, what):
|
|||
except EnvironmentError:
|
||||
raise HTTPNotFound()
|
||||
|
||||
kepub
|
||||
@endpoint('/favicon.png', auth_required=False, cache_control=24)
|
||||
def favicon(ctx, rd):
|
||||
return share_open(I('lt.png'), 'rb')
|
||||
|
|
|
|||
Loading…
Reference in a new issue