From 38ea6c9bbd0bef1d5a440cf56b5af14980ab4242 Mon Sep 17 00:00:00 2001 From: Johnny Gear Date: Thu, 13 Nov 2025 22:03:21 -0600 Subject: [PATCH] CC some folks --- orders.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/orders.py b/orders.py index 2010883..bcccc73 100644 --- a/orders.py +++ b/orders.py @@ -16,7 +16,8 @@ async def order_mastodon_post(session, orders_str, repeats, due_at): post += orders_str + "\n\n" if repeats > 1: post += f"These are the same orders from the last {repeats} days\n\n" - post += "Proof of compliance is due by " + due_at.strftime("%I:%M %p") + post += "Proof of compliance is due by " + due_at.strftime("%I:%M %p") + "\n\n" + post += "CC - @chicagogear @s10boi" m = Mastodon(session) return await m.statusPost(post) @@ -81,7 +82,8 @@ async def order_issue(): async def punishment_mastodon_post(session, punishment_str, reply_id=None): post = "@%s has failed to post proof of compliance. Here is the punishment -\n\n" % MASTODON_USERNAME - post += punishment_str + post += punishment_str + "\n\n" + post += "CC - @chicagogear @s10boi" m = Mastodon(session) return await m.statusPost(