Commit c50fdca3 authored by delanoe's avatar delanoe

Merge branch 'testing' into stable

parents 6650ded6 f85aacea
......@@ -288,6 +288,6 @@ def mass_account_creation(csv_file=None, init=False, test=False, notify=False):
accounts.close()
if __name__ == "__main__":
mass_account_creation(csv_file=sys.argv[1], init=True, notify=True, test=False)
mass_account_creation(csv_file=sys.argv[1], init=False, notify=True, test=False)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment