1
0

fix: typo and we need crypto

This commit is contained in:
オスカー、 2023-03-22 12:49:19 +00:00 committed by GitHub
parent 82f5d9ad77
commit 5d414ca049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.py
View File

@ -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