From 8745b8b051e0044e9958ff802d56c8b777a1d42c Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Tue, 15 Sep 2020 13:47:57 +0700 Subject: [PATCH] nice title for Litres tags --- cps/db.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cps/db.py b/cps/db.py index cc156942..7132e23e 100644 --- a/cps/db.py +++ b/cps/db.py @@ -117,6 +117,8 @@ class Identifiers(Base): return u"Google Books" elif format_type == "kobo": return u"Kobo" + elif format_type == "litres": + return u"ЛитРес" if format_type == "lubimyczytac": return u"Lubimyczytac" else: