update all test

This commit is contained in:
felinae98
2022-02-12 00:48:01 +08:00
parent e7a2ab43a8
commit 8d40ba504c
32 changed files with 146 additions and 161 deletions
+1
View File
@@ -15,3 +15,4 @@ from . import (
__help__version__ = "0.4.3"
__help__plugin__name__ = "nonebot_bison"
__usage__ = "本bot可以提供b站、微博等社交媒体的消息订阅,详情" "请查看本bot文档,或者at本bot发送“添加订阅”订阅第一个帐号"
__module_name__ = "nonebot-bison"
+1 -1
View File
@@ -12,7 +12,7 @@ from .platform import platform_manager
from .plugin_config import plugin_config
from .send import send_msgs, do_send_msgs
scheduler = AsyncIOScheduler()
scheduler = AsyncIOScheduler(timezone="Asia/Shanghai")
@get_driver().on_startup
+1
View File
@@ -219,3 +219,4 @@ if plugin_config.bison_filter_log:
if config.log_level is None
else config.log_level
)
logger.warning("test")