Skip to content

Commit

Permalink
Stop mentioning user "9001" when priority limit is reached.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Aug 27, 2017
1 parent d4c34de commit 6788bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homu/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def parse_commands(body, username, repo_cfg, state, my_username, db, states,
if pvalue > global_cfg['max_priority']:
if realtime:
state.add_comment(
':stop_sign: Priority higher than @{} is ignored.'
':stop_sign: Priority higher than {} is ignored.'
.format(global_cfg['max_priority'])
)
continue
Expand Down

0 comments on commit 6788bdb

Please sign in to comment.