From 6e3299a08d93bfdb65366c90ceff10f88eb33148 Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Wed, 18 May 2016 21:23:07 +0800 Subject: [PATCH] pep8 --- nhentai/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/constant.py b/nhentai/constant.py index bb8e59e..2fd4fb5 100644 --- a/nhentai/constant.py +++ b/nhentai/constant.py @@ -4,4 +4,4 @@ URL = '%s%s' % (SCHEMA, BASE_URL) DETAIL_URL = '%s/g' % URL SEARCH_URL = '%s/search/' % URL IMAGE_URL = '%si.%s/galleries' % (SCHEMA, BASE_URL) -PROXY = {} \ No newline at end of file +PROXY = {}