diff --git a/bots/virtual_fs/virtual_fs.py b/bots/virtual_fs/virtual_fs.py index 239ede3..00576df 100644 --- a/bots/virtual_fs/virtual_fs.py +++ b/bots/virtual_fs/virtual_fs.py @@ -18,7 +18,7 @@ class VirtualFsHandler(object): state = {} recipient = message['display_recipient'] - if isinstance(recipient, list): # If not a stream, then hash on list of emails + if isinstance(recipient, list): # If not a stream, then hash on list of emails recipient = " ".join([x['email'] for x in recipient]) if recipient not in state: