diff --git a/.env.example b/.env.example index 45a3ce6..6a59046 100644 --- a/.env.example +++ b/.env.example @@ -10,3 +10,4 @@ IBSID= APP_DEBUG=true TIME_DIFF_LIMIT=1 +SLEEP=45 diff --git a/keepalive.sh b/keepalive.sh index 6ad5445..47c053c 100755 --- a/keepalive.sh +++ b/keepalive.sh @@ -6,5 +6,5 @@ KEEP_ALIVE=$(curl -s 'https://faisanet.mib.com.mv/aProfile/keepAlive' \ -X 'POST' \ -H "cookie: ql_0=${QL_0}; IBSID=${IBSID}") echo $KEEP_ALIVE -sleep 300 +sleep $SLEEP done diff --git a/mc_oct2024.png b/mc_oct2024.png new file mode 100644 index 0000000..aabea2d Binary files /dev/null and b/mc_oct2024.png differ