diff --git a/Dockerfile-test-env b/Dockerfile-test-env old mode 100644 new mode 100755 diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/app/bot.py b/app/bot.py old mode 100644 new mode 100755 diff --git a/app/cogs/markov.py b/app/cogs/markov.py old mode 100755 new mode 100644 diff --git a/app/cogs/poll.py b/app/cogs/poll.py old mode 100755 new mode 100644 diff --git a/app/cogs/server_utils.py b/app/cogs/server_utils.py old mode 100755 new mode 100644 diff --git a/app/cogs/star_citizen.py b/app/cogs/star_citizen.py index 89cb039f..09aad4ac 100644 --- a/app/cogs/star_citizen.py +++ b/app/cogs/star_citizen.py @@ -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" diff --git a/app/cogs/user_functions.py b/app/cogs/user_functions.py old mode 100755 new mode 100644 diff --git a/app/requirements.txt b/app/requirements.txt old mode 100644 new mode 100755 diff --git a/app/star_citizen.py b/app/star_citizen.py old mode 100644 new mode 100755 diff --git a/app/trackdays.py b/app/trackdays.py old mode 100644 new mode 100755 diff --git a/dalebot-overview.py b/dalebot-overview.py old mode 100755 new mode 100644 diff --git a/helm/.helmignore b/helm/.helmignore old mode 100755 new mode 100644 diff --git a/helm/Chart.yaml b/helm/Chart.yaml old mode 100755 new mode 100644 diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl old mode 100755 new mode 100644 diff --git a/helm/templates/hpa.yaml b/helm/templates/hpa.yaml old mode 100755 new mode 100644 diff --git a/helm/templates/ingress.yaml b/helm/templates/ingress.yaml old mode 100755 new mode 100644