Commit graph

3 commits

Author SHA1 Message Date
0ada2d4858 Fix bugs and improve robustness of report fetching
- Fix missing 'import sys' in get_report.py that caused a NameError
  on the credential-check error path
- Fix indentation of the per-report print statement in
  report_json_down.py so it prints for every report, not just the
  last one per date
- Replace hardcoded X-ENROLLMENT header value with dynamic extraction
  from selenium-wire intercepted requests
- Replace fragile time.sleep() calls with WebDriverWait so the script
  waits for actual page/login readiness rather than fixed delays
- Remove album_json_down.py, a Windows-only legacy script inherited
  from upstream that was never used in this fork
2026-03-18 00:37:35 +00:00
054c389892 Extend waiting time after login
Sometimes it would not get the URL for the report within 2sec.
2025-08-14 19:58:30 +09:00
2df64fc413 Initial commit 2025-07-11 14:10:03 +09:00