kurtgn/chronicl

Bug for users with only 1 workplace

Closed this issue · 1 comments

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

See the fixed!
#2