瀏覽代碼

增加了飞书通知---v0.2

罗俊辉 1 年之前
父節點
當前提交
a3a649b876
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      main_v2.py

+ 3 - 0
main_v2.py

@@ -118,6 +118,9 @@ async def run(playwright):
 
 
 async def main():
+    """
+    Main
+    """
     async with async_playwright() as playwright:
         await run(playwright)