Skip to content

Commit

Permalink
Wire up some more
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Sep 11, 2024
1 parent 677f15d commit 9bf0017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frida_tools/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def on_trace_progress(self, status: str, *params) -> None:
plural = ""
else:
plural = "s"
self._update_status("Started tracing %d function%s. Web UI available at http://localhost:1337/" % (count, plural))
self._update_status("Started tracing %d function%s. Web UI available at http://localhost:5173/" % (count, plural))

def on_trace_warning(self, message: str) -> None:
self._print(Fore.RED + Style.BRIGHT + "Warning" + Style.RESET_ALL + ": " + message)
Expand Down

0 comments on commit 9bf0017

Please sign in to comment.