mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 06:33:40 -05:00
my rapper name is lil TypeError
This commit is contained in:
parent
36e70429de
commit
2d8079f6e8
1 changed files with 3 additions and 3 deletions
|
|
@ -28,9 +28,9 @@ scheduler = AsyncIOScheduler()
|
|||
|
||||
oauth2_config = OAuth2Config(
|
||||
allow_http=False,
|
||||
jwt_secret=os.getenv("JWT_SECRET"),
|
||||
jwt_expires=os.getenv("JWT_EXPIRES"),
|
||||
jwt_algorithm=os.getenv("JWT_ALGORITHM"),
|
||||
jwt_secret=os.environ["JWT_SECRET"],
|
||||
jwt_expires=os.environ["JWT_EXPIRES"],
|
||||
jwt_algorithm=os.environ["JWT_ALGORITHM"],
|
||||
clients=[
|
||||
OAuth2Client(
|
||||
backend=SlackOAuth2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue