This commit is contained in:
etienne-hd
2025-06-27 19:45:12 +02:00
parent f5b08f0890
commit 887ad99959
2 changed files with 5 additions and 1 deletions

View File

@@ -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
### Added
* A lot of new user information can be retrieved (feedback, badges & professional info).

View File

@@ -32,7 +32,7 @@ def main() -> None:
# Display only professional ads with their legal/professional data
for ad in result.ads:
if ad.user.is_pro and ad.user.pro:
if ad.user.pro:
print(
f"Store: {ad.user.pro.online_store_name} | "
f"SIRET: {ad.user.pro.siret} | "