Browse Source

增加等待时间

罗俊辉 8 months ago
parent
commit
ba0febf823
1 changed files with 2 additions and 2 deletions
  1. 2 2
      matchVideoFromHistoryArticleASC.py

+ 2 - 2
matchVideoFromHistoryArticleASC.py

@@ -80,5 +80,5 @@ if __name__ == '__main__':
     while True:
         asyncio.run(main())
         now_str = datetime.datetime.now().__str__()
-        print("{}    请求执行完成, 等待5s".format(now_str))
-        asyncio.sleep(5)
+        print("{}    请求执行完成, 等待3分钟".format(now_str))
+        asyncio.sleep(3 * 60)