Fixed type bug in packet.py
packet.Authenticator.control attempted to cat a pair of tuples together, but the first tuple was malformed: missing the trailing comma of a single element tuple.
Loading
Please register or sign in to comment
packet.Authenticator.control attempted to cat a pair of tuples together, but the first tuple was malformed: missing the trailing comma of a single element tuple.