diff --git a/helpers/create_account.py b/helpers/create_account.py index 4c9a629..da53aab 100644 --- a/helpers/create_account.py +++ b/helpers/create_account.py @@ -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({