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 = {}