mirror of
https://github.com/etienne-hd/lbc.git
synced 2026-04-25 00:05:37 +02:00
Compare commits
4 Commits
b9ac610b04
...
00cf534191
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00cf534191 | ||
|
|
8a74cde3b1 | ||
|
|
d24b1cc0e6 | ||
|
|
6ef01383f0 |
@@ -1,3 +1,7 @@
|
|||||||
|
## 1.0.10
|
||||||
|
### Fix
|
||||||
|
* KeyError when using shippable=True (#5)
|
||||||
|
|
||||||
## 1.0.9
|
## 1.0.9
|
||||||
### Fix
|
### Fix
|
||||||
* Fixed SSL verification issue during Leboncoin cookie initialization.
|
* Fixed SSL verification issue during Leboncoin cookie initialization.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "lbc"
|
name = "lbc"
|
||||||
version = "1.0.9"
|
version = "1.0.10"
|
||||||
description = "Unofficial client for Leboncoin API"
|
description = "Unofficial client for Leboncoin API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
|
|||||||
@@ -251,7 +251,7 @@ def build_search_payload_with_args(
|
|||||||
payload["filters"]["keywords"]["type"] = "subject"
|
payload["filters"]["keywords"]["type"] = "subject"
|
||||||
|
|
||||||
if shippable:
|
if shippable:
|
||||||
payload["filters"]["locations"]["shippable"] = True
|
payload["filters"]["location"]["shippable"] = True
|
||||||
|
|
||||||
if kwargs:
|
if kwargs:
|
||||||
for key, value in kwargs.items():
|
for key, value in kwargs.items():
|
||||||
|
|||||||
Reference in New Issue
Block a user