Added some logs

This commit is contained in:
Stanislas Jouffroy 2024-02-22 20:48:55 +01:00
parent 552db2aa8a
commit a8322d6be0
8 changed files with 140 additions and 72 deletions

View file

@ -32,7 +32,7 @@ def main() -> int | None:
club = config.get_club()
LOGGER.info(
"Starting booking court of %s for user %s at club %s at %s",
"Starting booking court of sport %s for user %s at club %s at %s",
booking_filter.sport_id,
user.login,
club.id,