Skip to content

Commit

Permalink
fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Feb 6, 2024
1 parent 0d95772 commit 8a94d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def enhanced_bot_model(botName):
}, 400

try:
event_log = fetch_event_log(botName, event_log_url)
event_log = fetch_event_log(botName, event_log_url, bot_manager_url)
if event_log is None:
print(f"Could not fetch event log from {event_log_url}")
return {
Expand Down

0 comments on commit 8a94d16

Please sign in to comment.