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': '',