From 09f792ecc4e9c4f60e091a4f12414b7c1e3cc959 Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sat, 20 Apr 2024 15:40:31 -0700 Subject: [PATCH] Remove post hashtag with Outage ID --- scl.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scl.py b/scl.py index f2c31a3..1bcda11 100644 --- a/scl.py +++ b/scl.py @@ -99,9 +99,7 @@ def classify_event_size(num_people: int) -> dict[str, str | bool]: def get_hashtag_string(event) -> str: - hashtag_string = "#SeattleCityLightOutage #SCLOutage #SCLOutage{}".format( - event["identifier"] - ) + hashtag_string = "#SeattleCityLightOutage #SCLOutage" return hashtag_string