File size: 300 Bytes
b7d06e9
 
 
 
 
 
76b1135
 
 
 
b7d06e9
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# 启动 sync_data.sh 在后台
echo "Starting sync_data.sh in background..."
/sync_data.sh &


export MAIL_POINT_API_URL=https://playingapi-msoauth2api.hf.space

echo "MAIL_POINT_API_URL: $MAIL_POINT_API_URL"
# 启动 Flask 应用
echo "Starting Flask application..."
exec python run.py