Skip to content

Commit

Permalink
Remove room from location field
Browse files Browse the repository at this point in the history
  • Loading branch information
flofriday committed Oct 16, 2023
1 parent d363b4d commit 18ce146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def improve_calendar(
# Serialize the address
if event.address != "":
component.pop("location")
component.add("location", event.address + ", " + event.room)
component.add("location", event.address)

# Serialize the description
if locale == "en":
Expand Down

0 comments on commit 18ce146

Please sign in to comment.