mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-10 18:57:56 +08:00
fix test_send
This commit is contained in:
@@ -25,9 +25,6 @@ async def do_send_msgs():
|
||||
if time.time() - LAST_SEND_TIME < 1.5:
|
||||
return
|
||||
if QUEUE:
|
||||
import ipdb
|
||||
|
||||
ipdb.set_trace()
|
||||
bot, user, user_type, msg, retry_time = QUEUE.pop(0)
|
||||
try:
|
||||
await _do_send(bot, user, user_type, msg)
|
||||
|
||||
Reference in New Issue
Block a user