From 30aaa54a2f842e60e84c2e379c3747a85a037b78 Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Thu, 14 Nov 2019 22:34:29 +0900 Subject: [PATCH] Change debug mode --- pytchat/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytchat/config/__init__.py b/pytchat/config/__init__.py index 463f03c..b17df93 100644 --- a/pytchat/config/__init__.py +++ b/pytchat/config/__init__.py @@ -1,4 +1,4 @@ import logging -LOGGER_MODE = logging.DEBUG +LOGGER_MODE = logging.ERROR headers = { 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36'}