Skip to content

Commit

Permalink
Good to go, one last space
Browse files Browse the repository at this point in the history
autopull
  • Loading branch information
𝐢𝐁𝐮𝐠 ♦ committed Sep 25, 2018
1 parent 4963256 commit b05206c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spamhandling.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def handle_spam(post, reasons, why):
escaped_username = escape_format(parsing.escape_markdown(username))
s = " {{}}: [{}]({}){} by [{}]({}) on `{}`".format(
sanitized_title, post_url, edited, escaped_username, poster_url, shortened_site)
s = "**{}** ".format(reason_weight) + s
s = " **{}** ".format(reason_weight) + s

Tasks.do(metasmoke.Metasmoke.send_stats_on_post,
post.title_ignore_type, post_url, reasons, post.body, username,
Expand Down

0 comments on commit b05206c

Please sign in to comment.