From 8ee224995a678424a8808f55b5cab7389101bbbf Mon Sep 17 00:00:00 2001 From: yurikaka Date: Mon, 13 Jul 2020 18:32:12 -0700 Subject: [PATCH] Update content.py fix typo --- src/calibre/srv/content.py | 1 - 1 file changed, 1 deletion(-) 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')