Change debug mode

This commit is contained in:
taizan-hokuto
2019-11-14 22:34:29 +09:00
parent d8202daed1
commit 30aaa54a2f

View File

@@ -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'}