Преглед изворни кода

fix:报告pdf生成时,python版本兼容的问题

Roc пре 9 месеци
родитељ
комит
d46753fe5e
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      services/smart_report.go

+ 0 - 1
services/smart_report.go

@@ -141,7 +141,6 @@ func ReportToPdf(reportUrl, filePath string) (err error) {
 import asyncio
 from pyppeteer import launch
 
-@asyncio.coroutine
 async def main():
     # 异步代码
     browser = await launch({