Skip to content

Commit

Permalink
that's why...
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Feb 24, 2025
1 parent 477cbcd commit 3e18ca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion intercepting-communication/sniff-cookie/run
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ class ClientHost(Host):

class ServerHost(Host):
def entrypoint(self):
sys.stderr = open("/tmp/server-stderr", "w", opener=ensure_new_file_fd)
sys.stderr = open("/tmp/server-output", "w", opener=ensure_new_file_fd)
sys.stdout = sys.stderr

app = flask.Flask("server")

Expand Down

0 comments on commit 3e18ca7

Please sign in to comment.