From a5813e19b10685b13e9848fffc15a63c7a43751f Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Tue, 1 Dec 2020 20:56:27 +0800 Subject: [PATCH] fix bug on first start --- nhentai/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/constant.py b/nhentai/constant.py index 7d8df2f..bce3604 100644 --- a/nhentai/constant.py +++ b/nhentai/constant.py @@ -32,7 +32,7 @@ NHENTAI_CONFIG_FILE = os.path.join(NHENTAI_HOME, 'config.json') CONFIG = { - 'proxy': {}, + 'proxy': {'http': '', 'https': ''}, 'cookie': '', 'language': '', 'template': '',