Fix check error, close #266

This commit is contained in:
EstrellaXD
2023-05-18 00:37:00 +08:00
parent 6498614b1b
commit 710cb40e41
9 changed files with 32 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ import logging
from fastapi.responses import Response
from fastapi.exceptions import HTTPException
from .program import router
from .download import router
from module.conf import settings
from module.network import RequestContent