print cookie

This commit is contained in:
Ricter Z 2023-02-06 17:25:34 +08:00
parent 93c3a77a57
commit 0f54762229

View File

@ -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: