mirror of
https://github.com/etienne-hd/lbc.git
synced 2025-12-05 09:08:10 +01: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
|
||||
### Added
|
||||
* 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
|
||||
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} | "
|
||||
|
||||
Reference in New Issue
Block a user