This commit is contained in:
retoor 2025-05-09 02:15:57 +02:00
parent ac570d036c
commit b867b6ba78

View File

@ -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 = []