Add a print just so i can catch this in the future

This commit is contained in:
Luke Robles 2023-11-02 14:54:33 -07:00
parent 3f4b78cbb2
commit 1f5a8dfd09
18 changed files with 1 additions and 0 deletions

0
Dockerfile-test-env Normal file → Executable file
View File

0
Makefile Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
app/bot.py Normal file → Executable file
View File

0
app/cogs/markov.py Executable file → Normal file
View File

0
app/cogs/poll.py Executable file → Normal file
View File

0
app/cogs/server_utils.py Executable file → Normal file
View File

View File

@ -236,6 +236,7 @@ class StarCitizen(commands.Cog):
for system in status_json["systems"]
if system["unresolvedIssues"]
]
print(systems_with_issues)
unresolved_issue_permalink = systems_with_issues[0]["unresolvedIssues"][0][
"permalink"

0
app/cogs/user_functions.py Executable file → Normal file
View File

0
app/requirements.txt Normal file → Executable file
View File

0
app/star_citizen.py Normal file → Executable file
View File

0
app/trackdays.py Normal file → Executable file
View File

0
dalebot-overview.py Executable file → Normal file
View File

0
helm/.helmignore Executable file → Normal file
View File

0
helm/Chart.yaml Executable file → Normal file
View File

0
helm/templates/_helpers.tpl Executable file → Normal file
View File

0
helm/templates/hpa.yaml Executable file → Normal file
View File

0
helm/templates/ingress.yaml Executable file → Normal file
View File