fix some breakages
This commit is contained in:
parent
396060041f
commit
9fd80f5d12
3
main.py
3
main.py
@ -15,6 +15,9 @@ from fastapi import FastAPI, HTTPException, Depends
|
||||
from fastapi.security import HTTPBasic, HTTPBasicCredentials
|
||||
from fastapi.responses import FileResponse, HTMLResponse, RedirectResponse, StreamingResponse
|
||||
|
||||
app = FastAPI()
|
||||
file_mapping = {}
|
||||
indexers = []
|
||||
|
||||
AUTH_SCHEME = HTTPBasic()
|
||||
expected_password: str | None = None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user