Skip to content

Commit

Permalink
Add bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill committed May 8, 2024
1 parent 0deca3a commit 1b23dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/scripts/send_slack_report/send_slack_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def classify_initial_queries():
total_initial_queries = sum(tally_json.values())
for k, v in tally_json.items():
percentage = v / total_initial_queries * 100
classifications += f"{k}: {v} queries ({percentage:.1f}%\n"
classifications += f"{k}: {v} queries ({percentage:.1f}%)\n"
return classifications


Expand Down

0 comments on commit 1b23dc8

Please sign in to comment.