Browse Source

等待时间修改

罗俊辉 8 months ago
parent
commit
dcf8faede4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      match_video_task.py

+ 1 - 1
match_video_task.py

@@ -82,5 +82,5 @@ if __name__ == '__main__':
         asyncio.run(main())
         now_str = datetime.datetime.now().__str__()
         print("{}    请求执行完成, 等待10s".format(now_str))
-        asyncio.sleep(10)
+        time.sleep(10)