Skip to content

Commit

Permalink
Adds missing comma to manage.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
robvandijk committed Nov 7, 2024
1 parent 5147fc8 commit fc2a7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ local_dumps/
.idea
*.swp
*.swo
.vscode

# logs
*.log
Expand Down
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit fc2a7c4

Please sign in to comment.