mirror of
https://github.com/etienne-hd/lbc-finder.git
synced 2026-05-01 05:05:35 +02:00
style: format lbc-finder with ruff
This commit is contained in:
@@ -3,11 +3,11 @@ import lbc
|
||||
|
||||
from .handler import handle
|
||||
|
||||
location = lbc.City(
|
||||
location = lbc.City(
|
||||
lat=48.85994982004764,
|
||||
lng=2.33801967847424,
|
||||
radius=10_000, # 10 km
|
||||
city="Paris"
|
||||
radius=10_000, # 10 km
|
||||
city="Paris",
|
||||
)
|
||||
|
||||
CONFIG = [
|
||||
@@ -18,9 +18,9 @@ CONFIG = [
|
||||
locations=[location],
|
||||
category=lbc.Category.IMMOBILIER,
|
||||
square=[200, 400],
|
||||
price=[300_000, 700_000]
|
||||
price=[300_000, 700_000],
|
||||
),
|
||||
delay=60 * 5, # Check every 5 minutes
|
||||
handler=handle
|
||||
delay=60 * 5, # Check every 5 minutes
|
||||
handler=handle,
|
||||
),
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user