diff options
Diffstat (limited to 'libmat2/torrent.py')
| -rw-r--r-- | libmat2/torrent.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmat2/torrent.py b/libmat2/torrent.py index ca7715a..90f83f8 100644 --- a/libmat2/torrent.py +++ b/libmat2/torrent.py | |||
| @@ -3,6 +3,8 @@ from typing import Union, Tuple, Dict | |||
| 3 | 3 | ||
| 4 | from . import abstract | 4 | from . import abstract |
| 5 | 5 | ||
| 6 | logging.basicConfig(level=logging.ERROR) | ||
| 7 | |||
| 6 | 8 | ||
| 7 | class TorrentParser(abstract.AbstractParser): | 9 | class TorrentParser(abstract.AbstractParser): |
| 8 | mimetypes = {'application/x-bittorrent', } | 10 | mimetypes = {'application/x-bittorrent', } |
