fix: typo and we need crypto
This commit is contained in:
parent
82f5d9ad77
commit
5d414ca049
2
app.py
2
app.py
@ -5,7 +5,7 @@ from typing import Any
|
||||
|
||||
import aiohttp
|
||||
import uvicorn
|
||||
from cryptography.fetnet import Fernet
|
||||
from cryptography.fernet import Fernet
|
||||
from dotenv import load_dotenv
|
||||
from fastapi import Cookie, FastAPI, HTTPException, Request, Response
|
||||
from fastapi.responses import RedirectResponse
|
||||
|
Reference in New Issue
Block a user