mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[mongo] fix missing URI variable assignment (#2186)
This commit is contained in:
parent
03230b6386
commit
de4b42a11e
@ -9,7 +9,7 @@ _conn = None
|
||||
|
||||
|
||||
def _initialize(**kwargs):
|
||||
kwargs.get("URI", "mongodb")
|
||||
uri = kwargs.get("URI", "mongodb")
|
||||
host = kwargs["HOST"]
|
||||
port = kwargs["PORT"]
|
||||
admin_user = kwargs["USERNAME"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user