SimpleSam commited on
Commit
82c06a0
·
verified ·
1 Parent(s): 2cec3c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -42,6 +42,8 @@ def get_property(location: str) -> str:
42
  try:
43
  #
44
  search = DuckDuckGoSearchTool.forward(location)
 
 
45
  return search
46
 
47
 
 
42
  try:
43
  #
44
  search = DuckDuckGoSearchTool.forward(location)
45
+ except Exception
46
+
47
  return search
48
 
49