Danielzapirtan commited on
Commit
4a01d5f
·
verified ·
1 Parent(s): 41f11c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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"="warehouse"](area.searchArea);
29
- way["shop"="warehouse"](area.searchArea);
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
  >;