Go to file
kappa 58c5b97400 Fix issue with database writing
In order for YAML to parse projects: as an empty array it needs to be
marked as an empty array with '[]' at the end of the line.
Also, when `data' is saved, it doesn't contain the updated project_list
2024-01-15 17:34:22 +01:00
.gitignore Initial commit 2024-01-13 20:06:21 +01:00
LICENSE Initial commit 2024-01-13 20:06:21 +01:00
README.md Update readme 2024-01-13 20:09:42 +01:00
requirements.txt Initial commit 2024-01-13 20:06:21 +01:00
spyglass.py Fix issue with database writing 2024-01-15 17:34:22 +01:00

spyglass

  1. create a venv
    python -m venv .venv
    
  2. install requirements
    pip install -r requirements.txt
    
  3. run with
    python spyglass.py