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"],