@@ -142,7 +142,7 @@ import asyncio
from pyppeteer import launch
@asyncio.coroutine
-def main():
+async def main():
# 异步代码
browser = await launch({
'executablePath': '%s',