summaryrefslogtreecommitdiff
path: root/service/app/tags.py
diff options
context:
space:
mode:
authorBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-13 14:24:57 -0300
committerBruno Wagner Goncalves <bwagner@thoughtworks.com>2014-08-13 14:24:57 -0300
commit39b6faf7b1ce4a20cc43bdd4951997f8760f45b7 (patch)
tree115d9bd5ff14a42ba63a9c91bf6362ff75974d8d /service/app/tags.py
parent9779abfb1b1d0513e5efbc2737395bba0e8b6235 (diff)
Basic pixelated mail class initialized with imap mail
Diffstat (limited to 'service/app/tags.py')
-rw-r--r--service/app/tags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/app/tags.py b/service/app/tags.py
index 78d594dd..0f874850 100644
--- a/service/app/tags.py
+++ b/service/app/tags.py
@@ -3,7 +3,7 @@ import json
class Tag:
- def __init__(self, name, default):
+ def __init__(self, name, default=False):
self.name = name
self.default = default
self.ident = name.__hash__()