diff options
Diffstat (limited to 'libmat/misc.py')
| -rw-r--r-- | libmat/misc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmat/misc.py b/libmat/misc.py index b1a551c..a55b8ed 100644 --- a/libmat/misc.py +++ b/libmat/misc.py | |||
| @@ -64,7 +64,6 @@ class TorrentStripper(parser.GenericParser): | |||
| 64 | def remove_all(self): | 64 | def remove_all(self): |
| 65 | """ Remove all comprimizing fields | 65 | """ Remove all comprimizing fields |
| 66 | """ | 66 | """ |
| 67 | decoded = '' | ||
| 68 | with open(self.filename, 'r') as f: | 67 | with open(self.filename, 'r') as f: |
| 69 | decoded = bencode.bdecode(f.read()) | 68 | decoded = bencode.bdecode(f.read()) |
| 70 | 69 | ||
