Skip to content

Commit 4121d01

Browse files
committed
Add discord_apps settings to list
1 parent 6f1670b commit 4121d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vauhtijuoksu/settings/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@
8989

9090
discord_apps = []
9191
if 'DISCORD_CLIENT_ID' in os.environ:
92-
discord_apps = {
92+
discord_apps = [{
9393
'client_id': os.environ['DISCORD_CLIENT_ID'],
9494
'secret': os.environ['DISCORD_SECRET'],
9595
'key': '',
96-
}
96+
}]
9797
SOCIALACCOUNT_PROVIDERS = {
9898
"discord": {
9999
"APPS": discord_apps

0 commit comments

Comments
 (0)