瀏覽代碼

Improve unspecified category visualizations

Eren Yilmaz 1 年之前
父節點
當前提交
8bc5a19771
共有 1 個文件被更改,包括 1 次插入1 次删除
  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))