From 3b7cd38d5e263a46e1c67554d3fe4ac443c8c312 Mon Sep 17 00:00:00 2001 From: leexia Date: Mon, 16 May 2022 13:59:35 +0800 Subject: [PATCH] Fix grammar mistake --- cps/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/helper.py b/cps/helper.py index e8e45289..6db991b0 100755 --- a/cps/helper.py +++ b/cps/helper.py @@ -141,7 +141,7 @@ def send_registration_mail(e_mail, user_name, default_password, resend=False): def check_send_to_ereader_with_converter(formats): book_formats = list() - if 'EPUB' in formats and 'EPUB' not in formats: + if 'MOBI' in formats and 'EPUB' not in formats: book_formats.append({'format': 'Epub', 'convert': 1, 'text': _('Convert %(orig)s to %(format)s and send to E-Reader',