Spaces:
Runtime error
Runtime error
Update tools.py
Browse files
tools.py
CHANGED
@@ -291,6 +291,7 @@ class Tools:
|
|
291 |
# We just use the first one.
|
292 |
location = location[0]
|
293 |
elif location and isinstance(location, list):
|
|
|
294 |
# No matching spaces found in the API, len of 0
|
295 |
if len(location) == 0:
|
296 |
location = None
|
|
|
291 |
# We just use the first one.
|
292 |
location = location[0]
|
293 |
elif location and isinstance(location, list):
|
294 |
+
print (f"Location found: {location}")
|
295 |
# No matching spaces found in the API, len of 0
|
296 |
if len(location) == 0:
|
297 |
location = None
|