We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea651d3 commit 2993a45Copy full SHA for 2993a45
flexus_simple_bots/rick/rick_bot.py
@@ -43,7 +43,7 @@
43
44
45
async def rick_main_loop(fclient: ckit_client.FlexusClient, rcx: ckit_bot_exec.RobotContext) -> None:
46
- dbname = f"{rcx.persona.persona_id}_db"
+ dbname = f"{rcx.persona.ws_id}__{rcx.persona.persona_id}"
47
mongo_conn_str = await ckit_mongo.mongo_fetch_creds(fclient, rcx.persona.persona_id)
48
mongo = AsyncMongoClient(mongo_conn_str)
49
mydb = mongo[dbname]
0 commit comments