Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,8 +25,8 @@ def search_bucharest_locations():
|
|
| 25 |
[out:json][timeout:180];
|
| 26 |
area["name"="București"]["admin_level"="4"]->.searchArea;
|
| 27 |
(
|
| 28 |
-
node["shop"="
|
| 29 |
-
way["shop"="
|
| 30 |
);
|
| 31 |
out body;
|
| 32 |
>;
|
|
|
|
| 25 |
[out:json][timeout:180];
|
| 26 |
area["name"="București"]["admin_level"="4"]->.searchArea;
|
| 27 |
(
|
| 28 |
+
node["shop"="wholesale"](area.searchArea);
|
| 29 |
+
way["shop"="wholesale"](area.searchArea);
|
| 30 |
);
|
| 31 |
out body;
|
| 32 |
>;
|