Skip to content

Commit 4424aed

Browse files
authored
Merge pull request #132 from kennytm/master
Stop mentioning user "9001" when priority limit is reached.
2 parents d4c34de + 6788bdb commit 4424aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def parse_commands(body, username, repo_cfg, state, my_username, db, states,
527527
if pvalue > global_cfg['max_priority']:
528528
if realtime:
529529
state.add_comment(
530-
':stop_sign: Priority higher than @{} is ignored.'
530+
':stop_sign: Priority higher than {} is ignored.'
531531
.format(global_cfg['max_priority'])
532532
)
533533
continue

0 commit comments

Comments
 (0)