Update helpers/create_account.py

This commit is contained in:
yazan 2025-08-04 06:18:09 +00:00
parent 31455e03df
commit de7c6ae133

View File

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