jeanflop commited on
Commit
cadbafb
·
verified ·
1 Parent(s): 86c00c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def my_custom_tool(arg1:str)-> dict: #it's import to specify the return type
45
  return response.data
46
 
47
  except Exception as e:
48
- return f"Error fetching time for timezone'{timezone}':{str(e)}'
49
 
50
 
51
  @tool
 
45
  return response.data
46
 
47
  except Exception as e:
48
+ return f"Error fetching time for timezone '{timezone}': {str(e)}"
49
 
50
 
51
  @tool