RoRConnection now handles responsibilities of RoRClient #6
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors
Tox (3.11):
ror_server_bot/ror_bot/ror_connection.py#L473
If x = b'abc' then f"{x}" or "{}".format(x) produces "b'abc'", not "abc". If this is desired behavior, use f"{x!r}" or "{!r}".format(x). Otherwise, decode the bytes
|
Tox (3.11):
ror_server_bot/ror_bot/ror_connection.py#L932
Too many arguments for "_send" of "RoRConnection"
|
Tox (3.11)
Process completed with exit code 255.
|