aio-libs / aiohttp-devtools

dev tools for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StringPayload append error

samuelcolvin opened this issue · comments

  File ".../aiohttp_devtools/runserver/serve.py", line 50, in on_prepare
    response.body += lr_snippet.encode()
TypeError: unsupported operand type(s) for +=: 'StringPayload' and 'bytes'