From fc2a7c4e628be6043be1192b4f30754c68597306 Mon Sep 17 00:00:00 2001 From: Rob van Dijk <697696+robvandijk@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:23:17 +0100 Subject: [PATCH] Adds missing comma to manage.py script --- .gitignore | 1 + manage.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 93b2bf36..309288bc 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ local_dumps/ .idea *.swp *.swo +.vscode # logs *.log diff --git a/manage.py b/manage.py index a6d92190..fd323a11 100755 --- a/manage.py +++ b/manage.py @@ -535,7 +535,7 @@ def es_monthly_check(token): #print(lines) if len(lines) > 0: payload = { - "title":"Possible fetch problems this month ..." + "title":"Possible fetch problems this month ...", "body":"\n".join(lines), "assignees":[ "breyten"],