浏览代码

Merge branch 'ETA_1.8.1' into debug

zwxi 10 月之前
父节点
当前提交
d6fad14ecd
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      services/smart_report.go

+ 0 - 4
services/smart_report.go

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