summaryrefslogtreecommitdiffstats
path: root/item.py
diff options
context:
space:
mode:
Diffstat (limited to 'item.py')
-rw-r--r--item.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/item.py b/item.py
index a6c1cca..99abb7b 100644
--- a/item.py
+++ b/item.py
@@ -28,7 +28,7 @@ class item:
self.description = ''
self.completed = 0
self.removed = 0
- self.due = 0
+ self.due = -1
def setId(self, id):
if self.id == -1: