my rapper name is lil TypeError

This commit is contained in:
Micha Albert 2024-08-15 18:04:37 +00:00
parent 36e70429de
commit 2d8079f6e8

View file

@ -28,9 +28,9 @@ scheduler = AsyncIOScheduler()
oauth2_config = OAuth2Config( oauth2_config = OAuth2Config(
allow_http=False, allow_http=False,
jwt_secret=os.getenv("JWT_SECRET"), jwt_secret=os.environ["JWT_SECRET"],
jwt_expires=os.getenv("JWT_EXPIRES"), jwt_expires=os.environ["JWT_EXPIRES"],
jwt_algorithm=os.getenv("JWT_ALGORITHM"), jwt_algorithm=os.environ["JWT_ALGORITHM"],
clients=[ clients=[
OAuth2Client( OAuth2Client(
backend=SlackOAuth2, backend=SlackOAuth2,