summaryrefslogtreecommitdiff
path: root/libmat2/torrent.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmat2/torrent.py')
-rw-r--r--libmat2/torrent.py2
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
4from . import abstract 4from . import abstract
5 5
6logging.basicConfig(level=logging.ERROR)
7
6 8
7class TorrentParser(abstract.AbstractParser): 9class TorrentParser(abstract.AbstractParser):
8 mimetypes = {'application/x-bittorrent', } 10 mimetypes = {'application/x-bittorrent', }