Skip to content

Commit 2993a45

Browse files
committed
revert dbname thing
1 parent ea651d3 commit 2993a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flexus_simple_bots/rick/rick_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444

4545
async def rick_main_loop(fclient: ckit_client.FlexusClient, rcx: ckit_bot_exec.RobotContext) -> None:
46-
dbname = f"{rcx.persona.persona_id}_db"
46+
dbname = f"{rcx.persona.ws_id}__{rcx.persona.persona_id}"
4747
mongo_conn_str = await ckit_mongo.mongo_fetch_creds(fclient, rcx.persona.persona_id)
4848
mongo = AsyncMongoClient(mongo_conn_str)
4949
mydb = mongo[dbname]

0 commit comments

Comments
 (0)