diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/README.md | 2 | ||||
| -rwxr-xr-x | backend/chrona.py (renamed from backend/histplorer.py) | 0 | ||||
| -rwxr-xr-x | backend/server.py | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/backend/README.md b/backend/README.md index cffbb81..6c7db61 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,6 +1,6 @@ # Files - `hist_data/`: Holds scripts for generating the history database and images -- `histplorer.py`: WSGI script that serves data from the history database +- `chrona.py`: WSGI script that serves data from the history database - `server.py`: Basic dev server that serves the WSGI script and image files - `tests/`: Holds unit testing scripts <br> Running all tests: `python -m unittest discover -s tests` <br> diff --git a/backend/histplorer.py b/backend/chrona.py index cd9a0be..cd9a0be 100755 --- a/backend/histplorer.py +++ b/backend/chrona.py diff --git a/backend/server.py b/backend/server.py index 5c3904a..d03215c 100755 --- a/backend/server.py +++ b/backend/server.py @@ -8,7 +8,7 @@ from typing import Iterable import os from wsgiref import simple_server, util import mimetypes -from histplorer import application +from chrona import application import argparse parser = argparse.ArgumentParser(description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter) |
