Skip to content

Commit f884f68

Browse files
authored
Fix typo
1 parent d21e787 commit f884f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žapp/plugins/blueprint/schema.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def search_message(self, response, language):
1919
seeders=item.get("seeders"),
2020
leechers=item.get("leechers"),
2121
torrent_id=item.get("torrentId"),
22-
link_str=self.Client.language.STR("size", language),
22+
link_str=self.Client.language.STR("link", language),
2323
)
2424
+ message
2525
)

β€Žapp/plugins/blueprint/struct.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
πŸ’Ύ {size}, 🟒 {seeders}, πŸ”΄ {leechers}
88
9-
{link_str}: /getLink_{torrent_id}
9+
{link_str}: πŸ‘‰ /getLink_{torrent_id}
1010
"""
1111

1212
# Structure of torrent content

0 commit comments

Comments
Β (0)