Change debug mode

This commit is contained in:
taizan-hokuto
2019-12-22 01:58:42 +09:00
parent fff3e0371f
commit 6ac5191e85

View File

@@ -1,4 +1,4 @@
import logging
LOGGER_MODE = logging.ERROR
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'}