Skip to content

Commit

Permalink
Update src/tribler/core/components/libtorrent/torrentdef.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Kozlovsky <alexander.kozlovsky@gmail.com>
  • Loading branch information
drew2a and kozlovsky authored Jan 15, 2024
1 parent e58759f commit 7a46ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/core/components/libtorrent/torrentdef.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def get_tracker(self) -> Optional[str]:
"""
return self.torrent_parameters.get(b'announce', None)

def get_tracker_hierarchy(self) -> List:
def get_tracker_hierarchy(self) -> List[List[str]]:
"""
Returns the hierarchy of trackers.
"""
Expand Down

0 comments on commit 7a46ad7

Please sign in to comment.