Skip to content

Commit

Permalink
Use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
GGP1 committed Feb 23, 2024
1 parent b6fcd22 commit 5f44e31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
REMOTED_CSV_HEADERS = {
'events_info': {'title': 'Events sent and count',
'columns': ["evt_count", "ctrl_msg_count", "discarded_count", 'sent_bytes', 'dequeued_after_close']
'columns': ['evt_count', 'ctrl_msg_count', 'discarded_count', 'sent_bytes', 'dequeued_after_close']
},
'queue_size': {'title': 'Queue status',
'columns': ['queue_size', 'total_queue_size']
Expand Down

0 comments on commit 5f44e31

Please sign in to comment.