RoRConnection now handles responsibilities of RoRClient #6
Annotations
3 errors
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
|
ror_server_bot/ror_bot/ror_connection.py#L932
Too many arguments for "_send" of "RoRConnection"
|
|
The logs for this run have expired and are no longer available.
Loading