mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-10 18:57:56 +08:00
update all test
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -219,3 +219,4 @@ if plugin_config.bison_filter_log:
|
||||
if config.log_level is None
|
||||
else config.log_level
|
||||
)
|
||||
logger.warning("test")
|
||||
|
||||
Reference in New Issue
Block a user