From 8d70c82d9938abb914b662b327b8d8f672406137 Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sun, 2 Jun 2024 18:21:15 -0700 Subject: [PATCH] Don't include outage number in resolved post --- scl.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scl.py b/scl.py index 2796837..319ab52 100644 --- a/scl.py +++ b/scl.py @@ -453,9 +453,7 @@ with Session(engine) as session: if active_outage.most_recent_post_id: try: post_result = mastodon_client.status_post( - status="This outage is reported to be resolved.\n\n#SeattleCityLightOutage #SCLOutage #SCLOutage{}".format( - active_outage.outage_user_id - ), + status="This outage is reported to be resolved.\n\n#SeattleCityLightOutage #SCLOutage", in_reply_to_id=active_outage.most_recent_post_id, visibility="public", language="en",