1
0
forked from bot/app

在结束进程时无法杀死进程的问题

This commit is contained in:
2024-08-15 17:32:02 +08:00
parent 65ad377099
commit 9b07d41f86
3 changed files with 50 additions and 28 deletions

View File

@ -8,6 +8,8 @@ Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
@File : __init__.py.py
@Software: PyCharm
"""
import asyncio
import time
import nonebot
@ -21,7 +23,7 @@ __plugin_meta__ = PluginMetadata(
)
def nb_run(chan_active: "Channel", chan_passive: "Channel", **kwargs):
def nb_run(chan_active: "Channel", chan_passive: "Channel", *args, **kwargs):
"""
初始化NoneBot并运行在子进程
Args: