Skip to content

Commit

Permalink
Automatic backup 2024-02-19
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Feb 20, 2024
1 parent ed4de63 commit 675afd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rich_tables/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def counts_table(data: List[JSONDict]) -> Table:
"dj-mix; broadcast": "dj-mix",
"broadcast; dj-mix": "dj-mix",
}
.get(x, x)
.get("; ".join(x), "; ".join(x))
.split("; "),
)
),
Expand Down

0 comments on commit 675afd0

Please sign in to comment.