Always set city from the geocoding #27

Merged
buckbanzai merged 5 commits from add-neighborhood-hashtag into main 2024-04-20 17:18:38 -07:00
Showing only changes of commit 09f792ecc4 - Show all commits

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:
hashtag_string = "#SeattleCityLightOutage #SCLOutage #SCLOutage{}".format(
event["identifier"]
)
hashtag_string = "#SeattleCityLightOutage #SCLOutage"
return hashtag_string