Skip to content

Commit

Permalink
Merge pull request #236 from abgd1234/main
Browse files Browse the repository at this point in the history
Bugfix: Didn't get WEBHOOK_BODY from environment variables
  • Loading branch information
Der-Henning committed Jan 8, 2023
2 parents f7a9518 + 5d3ea3c commit aea1e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ def _read_env(self) -> None:
self._env_get_boolean("WEBHOOK", "webhook.enabled")
self._env_get("WEBHOOK_URL", "webhook.url")
self._env_get("WEBHOOK_METHOD", "webhook.method")
self._env_get("WEBHOOK_BODY", "webhook.body")
self._env_get("WEBHOOK_TYPE", "webhook.type")
self._env_get_int("WEBHOOK_TIMEOUT", "webhook.timeout")
self._env_get_cron("WEBHOOK_CRON", "webhook.cron")
Expand Down

0 comments on commit aea1e67

Please sign in to comment.