mirror of
https://github.com/etienne-hd/lbc.git
synced 2026-04-25 00:05:37 +02:00
1.0.5
This commit is contained in:
@@ -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