update .env.example

This commit is contained in:
CREDO23 2025-08-04 01:02:35 +02:00
parent 715ce6d290
commit 464d4e3891
3 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
import os
os.environ["OAUTHLIB_RELAX_TOKEN_SCOPE"] = (
"1" # It is to disbale the error "Invalid token scope" when using Google OAuth with increemental scopes
)
from contextlib import asynccontextmanager
from fastapi import Depends, FastAPI