cheapshark fix2

This commit is contained in:
2026-04-17 14:11:26 +09:00
parent 81870fcefe
commit a6a3427d48
+1 -1
View File
@@ -100,7 +100,7 @@ def fetch_cheapshark_deals(min_discount=75, max_pages=3):
try: try:
deals = _get(f"{_CS_BASE}/deals", params={ deals = _get(f"{_CS_BASE}/deals", params={
"lowerPrice": 0, "lowerPrice": 0,
"upperPrice": 9999, "upperPrice": 0,
"sortBy": "Savings", "sortBy": "Savings",
"desc": 1, "desc": 1,
"pageSize": 60, "pageSize": 60,