From c220a7874d2737c36ee20d7f8b15aaf6fde43af1 Mon Sep 17 00:00:00 2001 From: patsy Date: Sat, 18 May 2024 10:05:18 +0000 Subject: [PATCH] a /h/ -> an /h/ (#226) unless ur pronouncing the slashes like a weirdo faggot its "an h" not "a h" Reviewed-on: https://fsdfsd.net/rDrama/rDrama/pulls/226 Co-authored-by: patsy Co-committed-by: patsy --- files/routes/reporting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/reporting.py b/files/routes/reporting.py index 583d57e5c..45f8edda7 100644 --- a/files/routes/reporting.py +++ b/files/routes/reporting.py @@ -52,7 +52,7 @@ def report_post(pid, v): _note=f'"{post.flair}"' ) g.db.add(ma) - position = f'a /h/{post.hole} mod' + position = f'an /h/{post.hole} mod' if v.id != post.author_id: message = f'@{v.username} ({position}) has flaired {post.textlink} with the flair: `"{og_flair}"`'