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

+1-1
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

+1-1
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)