Change debug mode

This commit is contained in:
taizan-hokuto
2020-01-08 01:25:19 +09:00
parent 705bfe0bed
commit 60c389f3f7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import logging
from . import mylogger
LOGGER_MODE = logging.DEBUG
LOGGER_MODE = None
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'}