Added TBD to tickety.md

This commit is contained in:
Chlupaty
2026-03-25 18:32:35 +01:00
parent 60bbc09ccc
commit ebdf4f1572
2 changed files with 2 additions and 1 deletions

View File

@@ -62,4 +62,4 @@ význam?
- Sázka AS Roma +0.5: prohra (virtuální skóre 2 : 1.5)
- Sázka AS Roma +1: storno (virtuální skóre 2 : 2, vrací se vklad)
- Vin chce implementovat: rohy, karty, offside, střelci

View File

@@ -151,6 +151,7 @@ def classify(text: str) -> list[Bet]:
sport_end_pattern = re.compile(r"^(Fotbal|Hokej|Tenis|Basketbal|Florbal|Volejbal|E-sport|Šipky)\s*/", re.IGNORECASE)
for ln in lines:
print(f"Processing line: '{ln}'")
is_start = date_start_pattern.search(ln)
is_end = sport_end_pattern.match(ln)