kurtgn / chronicl

A small Python script that allows you to see your historical Toggl data
32 stars 10 forks source link

Bug for users with only 1 workplace #1

Closed yoland68 closed 9 years ago

yoland68 commented 9 years ago

In chronicl.py line 44, it should be if len(workspace_ids_names)>=1: instead of if len(workspace_ids_names)>1 for users who only have one workspace

JonathanFontesMonday commented 9 years ago

See the fixed! https://github.com/kurtgn/chronicl/pull/2