From 48516527dc6c05c3d56ece11e421a5c3d6d0f2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Sigur=C3=B0arson?= Date: Fri, 12 Aug 2016 11:02:28 +0100 Subject: [PATCH] ... --- daemons/shell_accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/shell_accounts.py b/daemons/shell_accounts.py index cec4dbd..bd3fedc 100644 --- a/daemons/shell_accounts.py +++ b/daemons/shell_accounts.py @@ -74,7 +74,7 @@ def run(): new_accounts -= 1 if len(accounts) > 0: - ssh.insert_accounts(accounts) + ssh.create_accounts(accounts) print("Successfully imported accounts.") for team in teams: