Commit 50fcf66
authored
Prevent error when statuspage env vars are not set (#93)
# Remove need for statuspage env vars
Fixes an issue where if you try to run the bot without statuspage
variables set and the bot is not in a docker container, it will throw an
error
# Changes
- simply return if either of the statuspage env vars are not set.1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
0 commit comments