fix: timezone-aware datetime for elapsed timer in screen API

This commit is contained in:
Forge
2026-03-19 01:17:45 +08:00
parent fe839cb6ae
commit 1be2ba729e
2 changed files with 9 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ except Exception as e:
done
echo "Running seed..."
cd /app && python seed.py 2>&1 && echo "Seed complete" || echo "Seed failed or already ran (continuing)"
cd /app && python seed.py && echo "Seed complete" || echo "Seed failed (continuing)"
echo "Starting server..."
exec uvicorn app.main:app --host 0.0.0.0 --port 8000