mirror of
https://github.com/Radiquum/anixart-patcher.git
synced 2025-09-08 12:13:51 +05:00
fix: unexpected keyword argument 'description'
This commit is contained in:
parent
0e47bf3e91
commit
79bfd0b8d6
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ def add_patch_info(patch_statuses: list):
|
||||||
|
|
||||||
item = create_Preference(
|
item = create_Preference(
|
||||||
patch["name"].replace("_", " ").strip().title(),
|
patch["name"].replace("_", " ").strip().title(),
|
||||||
description=" ".join(description),
|
summary = " ".join(description),
|
||||||
)
|
)
|
||||||
if url:
|
if url:
|
||||||
item.append(create_intent(data=url))
|
item.append(create_intent(data=url))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue