From 0f54762229def29d32465851f8f7bdb9328e5d48 Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Mon, 6 Feb 2023 17:25:34 +0800 Subject: [PATCH] print cookie --- tests/test_login.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_login.py b/tests/test_login.py index 2303417..a07ba5e 100644 --- a/tests/test_login.py +++ b/tests/test_login.py @@ -13,6 +13,7 @@ class TestLogin(unittest.TestCase): load_config() constant.CONFIG['cookie'] = os.getenv('NHENTAI_COOKIE') constant.CONFIG['useragent'] = os.getenv('NHENTAI_UA') + print(constant.CONFIG) def test_cookie(self): try: