Little typo's corrected in add_user.py
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ myclient = pymongo.MongoClient("mongodb://admin:pass@localhost:27017/")
|
|||||||
username = input("Username: ")
|
username = input("Username: ")
|
||||||
password = getpass.getpass("Password: ")
|
password = getpass.getpass("Password: ")
|
||||||
uuid = str(uuid.uuid4())
|
uuid = str(uuid.uuid4())
|
||||||
email = input("Email-adres")
|
email = input("Email-adres: ")
|
||||||
full_name = input("Volledige naam")
|
full_name = input("Volledige naam: ")
|
||||||
|
|
||||||
mydb = myclient["groclist_db"]
|
mydb = myclient["groclist_db"]
|
||||||
mycol = mydb["groclist_users"]
|
mycol = mydb["groclist_users"]
|
||||||
|
|||||||
Reference in New Issue
Block a user