Add get_timers_by_tags()
This commit is contained in:
parent
a5a1d29f87
commit
5a2ec81689
1 changed files with 3 additions and 0 deletions
|
@ -61,3 +61,6 @@ class Timer:
|
|||
total += v
|
||||
self.logger(self.text_total.format(total))
|
||||
|
||||
def get_times_by_tag(self):
|
||||
for k in self.timers.keys():
|
||||
self.get_time_by_tag(k)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue