Update.
This commit is contained in:
parent
ac570d036c
commit
b867b6ba78
@ -254,7 +254,7 @@ class Application(BaseApplication):
|
||||
return rendered
|
||||
|
||||
|
||||
async def static_handler(request):
|
||||
async def static_handler(self, request):
|
||||
file_name = request.match_info.get('filename', '')
|
||||
|
||||
paths = []
|
||||
|
Loading…
Reference in New Issue
Block a user