From 28bc3b319e0fd14a130f5e0dd2d78d52614bdac5 Mon Sep 17 00:00:00 2001
From: anima
Date: Fri, 4 Jun 2021 11:22:58 +0200
Subject: [PATCH] set to v.2.0.0 aplha
---
timeTrack.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/timeTrack.py b/timeTrack.py
index 1bc8bbd..3755ea0 100644
--- a/timeTrack.py
+++ b/timeTrack.py
@@ -3,7 +3,7 @@
#
# timeTrack.py
# by 4nima
-# v.0.5.0
+# v.2.0.0
#
#########################
# simple time tracking with database
@@ -482,8 +482,5 @@ class TimeTrack:
print(ACTIVITY)
print(50*"-")
-
-
-
test = TimeTrack()
test.time_start()
\ No newline at end of file