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: ")
|
||||
password = getpass.getpass("Password: ")
|
||||
uuid = str(uuid.uuid4())
|
||||
email = input("Email-adres")
|
||||
full_name = input("Volledige naam")
|
||||
email = input("Email-adres: ")
|
||||
full_name = input("Volledige naam: ")
|
||||
|
||||
mydb = myclient["groclist_db"]
|
||||
mycol = mydb["groclist_users"]
|
||||
|
||||
Reference in New Issue
Block a user