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",