Skip to content

Commit

Permalink
fix: opening hours
Browse files Browse the repository at this point in the history
  • Loading branch information
muety committed Dec 12, 2024
1 parent 9c7a290 commit 60092cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daily_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_reminder_template(customer, rental):
Viele Grüße aus dem leih.lokal.
Gerwigstr. 41, 76131 Karlsruhe
Öffnungszeiten: Mo, Do: 15-19, Sa: 10-14
Öffnungszeiten: Mo, Do, Fr: 15-19, Sa: 10-14
http://www.buergerstiftung-karlsruhe.de/leihlokal/
Diese Email wurde automatisch erstellt."""
Expand All @@ -53,7 +53,7 @@ def get_deletion_template(customer):
f'In deinem Fall ist dies am {lastinteraction} gewesen.\n' \
f'Wir freuen uns, wenn du weiter Mitglied im leih.lokal sein möchtest.\n'\
f'In diesem Fall antworte bitte kurz auf diese Mail.\n\n'\
f'Liebe Grüße und vielleicht bis bald aus dem leih.lokal\n\nGerwigstr. 41, 76131 Karlsruhe\nTelefon: 0721/47004551\nÖffnungszeiten: Mo, Do: 15-19, Sa: 10-14'
f'Liebe Grüße und vielleicht bis bald aus dem leih.lokal\n\nGerwigstr. 41, 76131 Karlsruhe\nTelefon: 0721/47004551\nÖffnungszeiten: Mo, Do, Fr: 15-19, Sa: 10-14'
string = urllib.parse.quote(string)
return string

Expand Down

0 comments on commit 60092cb

Please sign in to comment.