diff options
Diffstat (limited to 'src/contact.py')
-rw-r--r-- | src/contact.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/contact.py b/src/contact.py index 8e6595db..5074a0dc 100644 --- a/src/contact.py +++ b/src/contact.py @@ -68,6 +68,7 @@ class Contact(object): self._name = '' self.error = None self.tune = {} + self.gaming = {} self.mood = '' self.activity = '' |