perf:新增日志输出

This commit is contained in:
2026-07-01 21:47:36 +08:00
parent 27a8ec1712
commit 0b8c28ceda
+1
View File
@@ -29,6 +29,7 @@ for i in `seq 0 4`;do
if do_it;then
exit 0
else
echo sleep for 傻逼 api 错误
sleep 60
fi
done