master
James Sigurðarson 2016-07-13 13:34:22 +00:00
parent dce407c736
commit 79585c2d0e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def gen_team(args):
team=t)
t.save()
password = "password{}".format(user.id)
user.setPassword()
user.setPassword(password)
user.save()
print("Team added with id {}".format(t.id))
print("User added with username {} and password {}".format(username, password))