diff --git a/helpers/create_account.py b/helpers/create_account.py index da53aab..4c9a629 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['Infinity2'] + db = client['Infinity'] user_coll = db['users'] user_coll.insert_one({