fix typeerror
This commit is contained in:
parent
3c35a36bc2
commit
ec415e64f8
@ -157,7 +157,7 @@ DISCORD_REFRESH_TOKEN_REQUEST = {
|
|||||||
}
|
}
|
||||||
DISCORD_API_URL = env("DISCORD_API_URL", default="https://discord.com/api/v10")
|
DISCORD_API_URL = env("DISCORD_API_URL", default="https://discord.com/api/v10")
|
||||||
DISCORD_OAUTH2_URL = env("DISCORD_OAUTH2_URL", default=None)
|
DISCORD_OAUTH2_URL = env("DISCORD_OAUTH2_URL", default=None)
|
||||||
SUPERUSER_IDS = env("SUPERUSER_IDS", default=None).split(",")
|
SUPERUSER_IDS = env("SUPERUSER_IDS", default="").split(",")
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
# https://docs.djangoproject.com/en/5.0/topics/logging/
|
# https://docs.djangoproject.com/en/5.0/topics/logging/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user