fix test_send

This commit is contained in:
felinae98
2022-02-13 20:45:09 +08:00
parent 6a8b2e2d15
commit 5217a2db9b
2 changed files with 2 additions and 3 deletions
-3
View File
@@ -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)