mirror of
https://github.com/etienne-hd/lbc.git
synced 2026-04-25 08:15:38 +02:00
1.0.5
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
## 1.0.5
|
||||||
|
### Fixed
|
||||||
|
* 404 error when fetching a pro user who doesn't have a public page
|
||||||
|
|
||||||
## 1.0.4
|
## 1.0.4
|
||||||
### Added
|
### Added
|
||||||
* A lot of new user information can be retrieved (feedback, badges & professional info).
|
* A lot of new user information can be retrieved (feedback, badges & professional info).
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ def main() -> None:
|
|||||||
|
|
||||||
# Display only professional ads with their legal/professional data
|
# Display only professional ads with their legal/professional data
|
||||||
for ad in result.ads:
|
for ad in result.ads:
|
||||||
if ad.user.is_pro and ad.user.pro:
|
if ad.user.pro:
|
||||||
print(
|
print(
|
||||||
f"Store: {ad.user.pro.online_store_name} | "
|
f"Store: {ad.user.pro.online_store_name} | "
|
||||||
f"SIRET: {ad.user.pro.siret} | "
|
f"SIRET: {ad.user.pro.siret} | "
|
||||||
|
|||||||
Reference in New Issue
Block a user