venkat-srinivasan-nexusflow commited on
Commit
91e5a93
Β·
verified Β·
1 Parent(s): 80aa8b6

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -0
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