ERROR 2023-05-20 00-45ERRORFailed to get results for inurlid= & intextWarning require name aiohttp is not defined下面的代码运行报上面的错误#codingutf-8import argparseimport asyncioimport loggingimport osimport sys
缺少导入aiohttp模块,需要在代码开头添加导入语句:
import aiohttp
原文地址: https://www.cveoy.top/t/topic/fljQ 著作权归作者所有。请勿转载和采集!