Browse Source

Improve unspecified category visualizations

Eren Yilmaz 1 năm trước cách đây
mục cha
commit
8bc5a19771
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      time_recoder/statistics.py

+ 1 - 1
time_recoder/statistics.py

@@ -272,4 +272,4 @@ print(my_tabulate(data=rows, headers=columns))
 print()
 print('Unspecified categories:')
 for c in unknown_categories:
-    print(' -', c)
+    print(' -', repr(c))