Disable _pauser when callback is unset

This commit is contained in:
taizan-hokuto
2020-01-02 14:27:36 +09:00
parent 7308a87a61
commit 2bb481a228
3 changed files with 13 additions and 10 deletions

View File

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