Skip to content

Commit

Permalink
fixup faulty backport
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Mar 4, 2025
1 parent 9b3572d commit f593091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/mixins/encodings.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def init_authenticated_packet_handlers(self) -> None:

def _process_encodings(self, packet: PacketType) -> None:
caps = typedict(packet[1])
Encodings._parse_server_capabilities(caps)
Encodings._parse_server_capabilities(self, caps)

def get_info(self) -> dict[str, Any]:
return {
Expand Down

0 comments on commit f593091

Please sign in to comment.