Don't include outage number in resolved post
This commit is contained in:
parent
0ecc4577c2
commit
8d70c82d99
1 changed files with 1 additions and 3 deletions
4
scl.py
4
scl.py
|
@ -453,9 +453,7 @@ with Session(engine) as session:
|
||||||
if active_outage.most_recent_post_id:
|
if active_outage.most_recent_post_id:
|
||||||
try:
|
try:
|
||||||
post_result = mastodon_client.status_post(
|
post_result = mastodon_client.status_post(
|
||||||
status="This outage is reported to be resolved.\n\n#SeattleCityLightOutage #SCLOutage #SCLOutage{}".format(
|
status="This outage is reported to be resolved.\n\n#SeattleCityLightOutage #SCLOutage",
|
||||||
active_outage.outage_user_id
|
|
||||||
),
|
|
||||||
in_reply_to_id=active_outage.most_recent_post_id,
|
in_reply_to_id=active_outage.most_recent_post_id,
|
||||||
visibility="public",
|
visibility="public",
|
||||||
language="en",
|
language="en",
|
||||||
|
|
Loading…
Reference in a new issue