Merge branch 'master' into feature/add-jupyter-notebook-support

Allows for jupyter notebook support via `evennia shell_plus --notebook` comand
This commit is contained in:
duysqubix 2020-12-09 10:14:55 -06:00
commit 68795e3adc
2 changed files with 2 additions and 2 deletions

View file

@ -373,7 +373,7 @@ class DefaultAccount(AccountDB, metaclass=TypeclassBase):
puppet (Object): The matching puppeted object, if any.
"""
return session.puppet
return session.puppet if session else None
def get_all_puppets(self):
"""