Update __init__.py

防止解析时不显示日志
This commit is contained in:
Taku 2025-07-07 21:09:21 +08:00 committed by GitHub
parent b5463870ff
commit 5825b76756
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import logging import logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)