Spaces:
Runtime error
Runtime error
Update tools.py
Browse files
tools.py
CHANGED
|
@@ -312,6 +312,7 @@ class Tools:
|
|
| 312 |
if "vicinity" in place_name:
|
| 313 |
place_name += ", " + place_name["vicinity"]
|
| 314 |
|
|
|
|
| 315 |
place_details = self.get_latitude_longitude(place_name)
|
| 316 |
if len(place_details) == 0:
|
| 317 |
continue
|
|
|
|
| 312 |
if "vicinity" in place_name:
|
| 313 |
place_name += ", " + place_name["vicinity"]
|
| 314 |
|
| 315 |
+
print (f"Reformatted it as {place_name}!")
|
| 316 |
place_details = self.get_latitude_longitude(place_name)
|
| 317 |
if len(place_details) == 0:
|
| 318 |
continue
|