Merge branch 'master' of https://github.com/serprinss/evennia into serprinss-master

This commit is contained in:
Griatch 2020-04-20 23:26:14 +02:00
commit d7cbf07b4d

View file

@ -501,6 +501,8 @@ def create_account(
report_to (Object): An object with a msg() method to report
errors to. If not given, errors will be logged.
Returns:
(object) The acount object of the new account.
Raises:
ValueError: If `key` already exists in database.