Skip to content

Commit 9440c8b

Browse files
author
Alexander Popov
committed
fix: change color
1 parent e55ac1a commit 9440c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/memory_leak_diagnostic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def graphs(self, template):
154154
'items': [
155155
{
156156
'key': self.key_count_diff,
157-
'color': 'EEEEEE'
157+
'color': 'FF0000'
158158
}
159159
]
160160
}

0 commit comments

Comments
 (0)