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:
commit
68795e3adc
2 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue