diff --git a/src/calibre/srv/content.py b/src/calibre/srv/content.py index e46f72ca69..d07703e181 100644 --- a/src/calibre/srv/content.py +++ b/src/calibre/srv/content.py @@ -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')