Update helpers/create_account.py

This commit is contained in:
yazan 2025-08-04 06:22:55 +00:00
parent 329629e932
commit 0f10784669

View File

@ -27,7 +27,7 @@ def main():
client = pymongo.MongoClient(DB_URI)
# create the account
db = client['Infinity2']
db = client['Infinity']
user_coll = db['users']
user_coll.insert_one({