WIP format assignee and due date

This commit is contained in:
2018-03-20 21:21:30 -07:00
parent 52ee057924
commit 2e178da9e3
3 changed files with 53 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ class Ui(object):
stories,
self.task_details,
self.task_list,
None).component())
None, None, None).component())
thread = Thread(target=runInThread())
thread.start()