Skip to content

Commit 941cd4c

Browse files
committed
nevermind, i forgot to add changes lmao, now it's fixed
1 parent 8b2d4d2 commit 941cd4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qbreader/_api_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def normalize_cats(
193193
elif isinstance(unnormalized_cats, Iterable):
194194
for unnormalized_cat in unnormalized_cats:
195195
final_cats.append(Category(unnormalized_cat))
196-
final_cats.append(*to_be_pushed_cats)
196+
final_cats.extend(to_be_pushed_cats)
197197

198198
final_subcats = []
199199
if unnormalized_subcats is None:

0 commit comments

Comments
 (0)