m-ric HF staff commited on
Commit
39c4b99
·
verified ·
1 Parent(s): 0c5dccc

Update tool.py

Browse files
Files changed (1) hide show
  1. tool.py +1 -1
tool.py CHANGED
@@ -26,7 +26,7 @@ class SimpleTool(Tool):
26
  start_location,
27
  destination_location,
28
  mode=transportation_mode,
29
- departure_time=datetime(2025, 1, 6, 11, 0), # Start on a Monday morning
30
  )
31
  return directions_result[0]["legs"][0]["duration"]["text"]
32
  except Exception as e:
 
26
  start_location,
27
  destination_location,
28
  mode=transportation_mode,
29
+ departure_time=datetime(2025, 12, 6, 11, 0), # Start on a Monday morning
30
  )
31
  return directions_result[0]["legs"][0]["duration"]["text"]
32
  except Exception as e: