mirror of
https://git.oceanpay.cc/danial/kami_itunes_third_api.git
synced 2025-12-18 21:19:19 +00:00
- 修改 docker-entrypoint.sh,增加睡眠时间以减少资源占用 - 重命名 main.py 中的函数 run_task 为 run - 更新 scripts.py,使用 while 循环持续查询订单
5 lines
70 B
Python
5 lines
70 B
Python
from src.cmd.scripts import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|