Lets make this a _ to be nicer
This commit is contained in:
parent
474fef8661
commit
5a58c171f8
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class LogMech(object):
|
|||
category = 'CHANGED'
|
||||
|
||||
if self.play_info.get('check', False) and self.play_info.get('diff', False):
|
||||
category = 'CHECK DIFF:' + category
|
||||
category = 'CHECK_DIFF:' + category
|
||||
elif self.play_info.get('check', False):
|
||||
category = 'CHECK:' + category
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue