feat: Add a Telegram notification tester

This commit is contained in:
kbe
2025-07-21 01:09:18 +02:00
parent a67c9face3
commit f965020f55
7 changed files with 102 additions and 18 deletions

View File

@@ -289,7 +289,7 @@ class CrossFitBooker:
"id_user": self.user_id,
"action_by": self.user_id,
"n_guests": "0",
"booked_on": "3"
"booked_on": "3" # Target CrossFit Louvre 3 ?
}
def _make_request(self, url: str, data: Dict[str, str], success_msg: str) -> bool: