zwxi 10 meses atrás
pai
commit
a4c1d5636b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      services/smart_report.go

+ 1 - 1
services/smart_report.go

@@ -226,7 +226,7 @@ async def main():
             'timeout': 1000000  # 设置超时时间为 100 秒
         })
 		# 等待3秒
-    	yield from asyncio.sleep(3)
+    	await asyncio.sleep(3)
         # 截取全页面的屏幕截图
         await page.screenshot({
             'path': "%s",