Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jreini authored Jan 10, 2025
1 parent c3e14f4 commit cdb520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/trulens/dashboard/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def listen_to_dashboard(proc: subprocess.Popen, pipe, out, started):
line # store the url when dashboard is started
)
else:
if "Local URL: " in line:
if "Network URL: " in line:
url = line.split(": ")[1]
url = url.rstrip()
print(f"Dashboard started at {url} .")
Expand Down

0 comments on commit cdb520e

Please sign in to comment.