Remove post hashtag with Outage ID

This commit is contained in:
Liam Steckler 2024-04-20 15:40:31 -07:00
parent 4accc75c06
commit 09f792ecc4

4
scl.py
View file

@ -99,9 +99,7 @@ def classify_event_size(num_people: int) -> dict[str, str | bool]:
def get_hashtag_string(event) -> str: def get_hashtag_string(event) -> str:
hashtag_string = "#SeattleCityLightOutage #SCLOutage #SCLOutage{}".format( hashtag_string = "#SeattleCityLightOutage #SCLOutage"
event["identifier"]
)
return hashtag_string return hashtag_string