This repository has been archived on 2026-06-29 . You can view files and clone it, but cannot push or open issues or pull requests.
main
Remove inline styles from Scan ID and use the shared check-btn class so it matches Run All, Clear All, and the rest of the row.
Resensys Site Status
Run locally
-
Open the project in your IDE and
cdinto thesite_statusfolder. -
Set up a virtual environment:
python -m venv .venv .\.venv\Scripts\Activate.ps1 -
Install dependencies:
pip install -r requirements.txt pip install requestsrequestsis used byapi.pyand is not listed inrequirements.txt. -
Start the app:
python api.py
Description
Languages
HTML
86.3%
Python
13.7%