zwxi 10 months ago
parent
commit
a4c1d5636b
1 changed files with 1 additions and 1 deletions
  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",