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