hkjc 0.3.5__py3-none-any.whl → 0.3.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
hkjc/live_odds.py
CHANGED
@@ -112,7 +112,7 @@ def live_odds(date: str, venue_code: str, race_number: int, odds_type: List[str]
|
|
112
112
|
except Exception:
|
113
113
|
raise ValueError("Date must be in 'YYYY-MM-DD' format")
|
114
114
|
|
115
|
-
mandatory_types =
|
115
|
+
mandatory_types = ['WIN','PLA','QIN','QPL'] if fit_harville else ['PLA']
|
116
116
|
|
117
117
|
data = _fetch_live_odds(date, venue_code, race_number,
|
118
118
|
odds_type=tuple(set(mandatory_types+odds_type)))
|
@@ -1,12 +1,12 @@
|
|
1
1
|
hkjc/__init__.py,sha256=xKkhk53z9aGyGkiwQ_RNc7Qa82lp1Oinyx83m_pBv_E,627
|
2
2
|
hkjc/harville_model.py,sha256=MZjPLS-1nbEhp1d4Syuq13DtraKnd7TlNqBmOOCwxgc,15976
|
3
3
|
hkjc/historical.py,sha256=wKTJi--0Mx_x0vO0ysOGD37oM8453woQK-cLzPOLgiQ,336
|
4
|
-
hkjc/live_odds.py,sha256=
|
4
|
+
hkjc/live_odds.py,sha256=m3sO5AIam73Qr2my8aUW4slE7G8xZk6tnMDRPAWS_bs,5447
|
5
5
|
hkjc/optimization.py,sha256=OArQ3w9bwcIV_lTNuE5za6AROoa90xk_gwAoGwQ-8RE,3784
|
6
6
|
hkjc/processing.py,sha256=1RZi-xPMV_rcfmfDHmd-MVRKL9fDd6XKolD5dzvxaiQ,3307
|
7
7
|
hkjc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
hkjc/qpbanker.py,sha256=vhvYb5_nGrKgYgre9gGF6tgswovca5C9pZVOPGxEP1Q,4804
|
9
9
|
hkjc/speedpro.py,sha256=Tb8YqWnD7nnRv0I5onnWxGtsRi3bQZZumWnZncT2n4M,1968
|
10
|
-
hkjc-0.3.
|
11
|
-
hkjc-0.3.
|
12
|
-
hkjc-0.3.
|
10
|
+
hkjc-0.3.6.dist-info/METADATA,sha256=I7hzvISiv67h4oCrJY0OpuywtRfk_WKvnBBHNbAQmlE,413
|
11
|
+
hkjc-0.3.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
12
|
+
hkjc-0.3.6.dist-info/RECORD,,
|
File without changes
|