summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-10-14 23:40:18 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-10-14 23:40:18 +0200
commitae396b0399a9ee4ec8aee4879f0eb36bc7aeb7e8 (patch)
tree97ef6e5616ce8b25ff82603853e8e1ad1237d236 /main.go
parent35f3d2dbaa37778e78dde4416d90d1f779e00b8c (diff)
Pause Resume and more bugfixing0.3.1
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 9b28697..fdc84e7 100644
--- a/main.go
+++ b/main.go
@@ -147,6 +147,7 @@ func main() {
if !help {
initDB(dbname)
+ pausetask = getPauseTask()
getLastProject()
getOpenTask()
}