ihormelnykhebronsoft

Results 1 issues of ihormelnykhebronsoft

``` def parse_command(response, **options): commands = {} for command in response: cmd_dict = {} > cmd_name = str_if_bytes(command[0]) E TypeError: 'NoneType' object is not subscriptable .venv/lib/python3.10/site-packages/redis/client.py:560: TypeError ------------- class Task(JsonModel):...