mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
[mongo] fix missing URI variable assignment (#2186)
This commit is contained in:
committed by
Toby Harradine
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"]
|
||||
|
||||
Reference in New Issue
Block a user