diff options
Diffstat (limited to 'libmat2/torrent.py')
| -rw-r--r-- | libmat2/torrent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/torrent.py b/libmat2/torrent.py index c56e971..4d6c1e0 100644 --- a/libmat2/torrent.py +++ b/libmat2/torrent.py | |||
| @@ -14,7 +14,7 @@ class TorrentParser(abstract.AbstractParser): | |||
| 14 | if self.dict_repr is None: | 14 | if self.dict_repr is None: |
| 15 | raise ValueError | 15 | raise ValueError |
| 16 | 16 | ||
| 17 | def get_meta(self) -> Dict[str, str]: | 17 | def get_meta(self) -> Dict[str, Union[str, dict]]: |
| 18 | metadata = {} | 18 | metadata = {} |
| 19 | for key, value in self.dict_repr.items(): | 19 | for key, value in self.dict_repr.items(): |
| 20 | if key not in self.whitelist: | 20 | if key not in self.whitelist: |
