1
0
Fork 0
mirror of https://github.com/Radiquum/anixart-patcher.git synced 2025-09-07 11:43:51 +05:00

fix: unexpected keyword argument 'description'

This commit is contained in:
Kentai Radiquum 2025-09-04 16:18:52 +05:00
parent 0e47bf3e91
commit 79bfd0b8d6
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -138,7 +138,7 @@ def add_patch_info(patch_statuses: list):
item = create_Preference(
patch["name"].replace("_", " ").strip().title(),
description=" ".join(description),
summary = " ".join(description),
)
if url:
item.append(create_intent(data=url))