diff --git a/cps/db.py b/cps/db.py index c4f95b3c..f648a794 100644 --- a/cps/db.py +++ b/cps/db.py @@ -147,7 +147,7 @@ class Identifiers(Base): elif format_type == "kobo": return u"https://www.kobo.com/ebook/{0}".format(self.val) elif format_type == "lubimyczytac": - return u" https://lubimyczytac.pl/ksiazka/{0}/ksiazka".format(self.val) + return u"https://lubimyczytac.pl/ksiazka/{0}/ksiazka".format(self.val) elif format_type == "litres": return u"https://www.litres.ru/{0}".format(self.val) elif format_type == "issn":