aboutsummaryrefslogtreecommitdiff
path: root/modules/commands/outs.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-11-25 16:28:03 +0000
committerGravatar jesopo2019-11-25 16:28:03 +0000
commit4586bc790339eb4c28e5c7ec29618fedb7c87f85 (patch)
tree4d0c044c97ee0c23e8c2afc7b315f179c25be926 /modules/commands/outs.py
parentslightly nicer format for weather output (diff)
signature
remove `tags` from StdOut objects - expose through event_kwargs
Diffstat (limited to 'modules/commands/outs.py')
-rw-r--r--modules/commands/outs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/outs.py b/modules/commands/outs.py
index fb3c29ef..e82ceefd 100644
--- a/modules/commands/outs.py
+++ b/modules/commands/outs.py
@@ -5,7 +5,6 @@ class StdOut(object):
def __init__(self, prefix):
self.prefix = prefix
self._lines = []
- self.tags = {}
self._assured = False
def assure(self):