ValueError: Set of coroutines/Futures is empty.报错处理
Python async ValueError: Set of coroutines/Futures is empty.
报错是因为你的队列中任务创建为空导致的。请检查你的语法是否正确。
如果语法正确,请检查传入的参数是否传入成功,导致任务队列创建失败。
例如:
proxy_info = await mysql_obj.execute_edit_sql("SELECT * FROM `proxy`")
print("*"*100,proxy_info)
tasks_lis...
原创
2020-08-07 11:04:32 ·
5209 阅读 ·
0 评论