formatting
Some checks failed
Python package / lint (push) Successful in 7s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Successful in 8s
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been skipped
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to TestPyPI (push) Failing after 3s

This commit is contained in:
Brendan Haines 2024-09-14 23:05:50 -06:00
parent 5891409fdb
commit 2668a880ee

View File

@ -11,7 +11,6 @@ Configuration lives in a TOML file which should have (at a minimum) the followin
```toml ```toml
server = "https://gotify.example.com" server = "https://gotify.example.com"
app_token = "app_token_from_gotify" app_token = "app_token_from_gotify"
``` ```
## Usage ## Usage