Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/murfey/client/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
):
self.id = str(uuid.uuid4()) if id is None else id
log.info(f"Opening websocket connection for Client {self.id}")
websocket.enableTrace(True)
websocket.enableTrace(False)

Check warning on line 28 in src/murfey/client/websocket.py

View check run for this annotation

Codecov / codecov/patch

src/murfey/client/websocket.py#L28

Added line #L28 was not covered by tests

# Parse server URL and get proxy path used, if any
url = urllib.parse.urlparse(server)._replace(
Expand Down