Skip to content

Commit

Permalink
Force Network to show first
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Jan 16, 2024
1 parent 79fc429 commit 613040e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ltk/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def _check_network(self, message):
_, kind, status, duration, size, url = message.split()
source, destination = "Network", "Application"
if message.startswith("[Network] POST "):
self.sequence_ui.get_component(source)
source, destination = destination, source
self.sequence_ui.log(kind, source, destination, url, size)

Expand Down

0 comments on commit 613040e

Please sign in to comment.