main
Deploy Iddaai Backend / build-and-deploy (push) Successful in 32s

This commit is contained in:
2026-05-05 17:09:11 +03:00
parent 244d8f5366
commit 5645b38f20
10 changed files with 1081 additions and 496 deletions
+2 -2
View File
@@ -154,7 +154,7 @@ def update_implied_odds(conn):
implied_draw = %s,
implied_away = %s,
implied_over25 = %s,
implied_btts = %s
implied_btts_yes = %s
WHERE match_id = %s
""", updates)
updated += len(updates)
@@ -168,7 +168,7 @@ def update_implied_odds(conn):
implied_draw = %s,
implied_away = %s,
implied_over25 = %s,
implied_btts = %s
implied_btts_yes = %s
WHERE match_id = %s
""", updates)
updated += len(updates)