-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tanzcafe (static) for chris, refactor comment, remove unecessary space #6
Conversation
chris.py
Outdated
ends_at=dateparser.parse("18:00"), | ||
name="Tanzcafe", | ||
price_euro_cent=500, | ||
description="5-Uhr-Tee in Wien", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought: The description could be longer as the website too has more information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
dorner.py
Outdated
@@ -21,7 +21,7 @@ def create_perfections() -> list[DanceEvent]: | |||
ends_at=dateparser.parse("22:15"), | |||
name="Perfektion", | |||
price_euro_cent=700, | |||
description="Freitagsperfektion I TanzZeit ", | |||
description="Freitagsperfektion I TanzZeit", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chore: I think we can remove the I in the description, even though it is on the website but I just think it kinda is misleading.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you might be right
No description provided.