diff --git a/scl.py b/scl.py index 5faf0d8..d69be4a 100644 --- a/scl.py +++ b/scl.py @@ -109,7 +109,7 @@ def get_hashtag_string(event) -> str: try: neighborhood = event["neighborhood"] if neighborhood != city: - neighborhood_text = " #{}".format(neighborhood).title().replace(" ", "") + neighborhood_text = " #{}".format(neighborhood.title().replace(" ", "")) except KeyError: pass