hapic
hapic copied to clipboard
Aiohttp: get request parameter must be compatible with method views
In Aiohttp context, rzquest object is get from first view parameter. But, for class method views, the first parameter is self
. Must be compatible.