Skip to content

Commit 6788bdb

Browse files
committed
Stop mentioning user "9001" when priority limit is reached.
1 parent d4c34de commit 6788bdb

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)