Update content.py

fix typo
This commit is contained in:
yurikaka 2020-07-13 18:32:12 -07:00 committed by GitHub
parent d1b303fad3
commit 8ee224995a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')