From a3fead28527f1078068db9a6609000aa17c0eec4 Mon Sep 17 00:00:00 2001 From: RicterZ Date: Thu, 11 Apr 2019 22:43:42 +0800 Subject: [PATCH] pep-8 --- nhentai/parser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nhentai/parser.py b/nhentai/parser.py index b405998..7cbbe37 100644 --- a/nhentai/parser.py +++ b/nhentai/parser.py @@ -60,7 +60,8 @@ def login(username, password): exit(1) if 'You\'re loading pages way too quickly.' in resp.text: - logger.error('You meet challenge again, please submit a issue at https://github.com/RicterZ/nhentai/issues') + logger.error('You meet challenge insistently, please submit a issue' + ' at https://github.com/RicterZ/nhentai/issues') exit(2)