Fix home kwarg not being honored by Character.create

This commit is contained in:
Griatch 2020-03-23 23:44:32 +01:00
parent 6c1a77eecc
commit 9782196b3c
2 changed files with 2 additions and 5 deletions

View file

@ -486,8 +486,8 @@ def create_account(
Args:
key (str): The account's name. This should be unique.
email (str or None): Email on valid addr@addr.domain form. If
the empty string, will be set to None.
email (str or None): Email on valid addr@addr.domain form. If
the empty string, will be set to None.
password (str): Password in cleartext.
Kwargs: