Always set city from the geocoding #27
1 changed files with 1 additions and 3 deletions
4
scl.py
4
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue