Skip to content

Commit

Permalink
announcements: bitte immer alles richtig machen
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Oct 20, 2024
1 parent c33373e commit e60a8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voctopublish/tools/announcements.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def _replace_special_chars(maybe_string):
"ü": "ue",
"ẞ": "Ss",
}.items():
string.replace(search, replace)
string = string.replace(search, replace)
return sub(r"[^A-Za-z0-9]+", "", string)


Expand Down

0 comments on commit e60a8ae

Please sign in to comment.