### Description When the episode URL return a 404, the tmp_file is never set, and we have an unbound variable exception. |
||
---|---|---|
.. | ||
install/systemd | ||
libretime_worker | ||
tests | ||
Makefile | ||
README.md | ||
pyproject.toml | ||
requirements.txt | ||
setup.py |
README.md
LibreTime Worker
LibreTime Worker is a service that will run background tasks.
Development
# Install dependencies
make install
# Activate the development environment
source .venv/bin/activate
# Run linters
make lint
# Run tests
make test
# See the Makefile for more commands
cat Makefile