From 79585c2d0e05e9a6e0096e392e84e7538b7ea6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Sigur=C3=B0arson?= Date: Wed, 13 Jul 2016 13:34:22 +0000 Subject: [PATCH] zzzz --- ctftool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctftool b/ctftool index 8058210..fd1ba18 100755 --- a/ctftool +++ b/ctftool @@ -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))