Unfortunately this nicely phrased sentence on the start-page does not always work. So I had to remove the word in

This commit is contained in:
Reto Bollinger 2024-11-29 16:59:54 +01:00
parent 46f41aab66
commit 73cee8a653

View file

@ -60,7 +60,7 @@ try:
out_starttime = start.strftime(" %-H:%M") out_starttime = start.strftime(" %-H:%M")
if location != 'No location specified': if location != 'No location specified':
out_location = f" in {location}" out_location = f", {location}"
else: else:
out_location = "" out_location = ""