Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantapkh authored Feb 9, 2025
1 parent d21e787 commit f884f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/plugins/blueprint/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def search_message(self, response, language):
seeders=item.get("seeders"),
leechers=item.get("leechers"),
torrent_id=item.get("torrentId"),
link_str=self.Client.language.STR("size", language),
link_str=self.Client.language.STR("link", language),
)
+ message
)
Expand Down
2 changes: 1 addition & 1 deletion app/plugins/blueprint/struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
💾 {size}, 🟢 {seeders}, 🔴 {leechers}
{link_str}: /getLink_{torrent_id}
{link_str}: 👉 /getLink_{torrent_id}
"""

# Structure of torrent content
Expand Down

0 comments on commit f884f68

Please sign in to comment.