diff options
Diffstat (limited to 'MAT/misc.py')
| -rw-r--r-- | MAT/misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAT/misc.py b/MAT/misc.py index 582f34e..4c104a8 100644 --- a/MAT/misc.py +++ b/MAT/misc.py | |||
| @@ -47,7 +47,7 @@ class TorrentStripper(parser.GenericParser): | |||
| 47 | 47 | ||
| 48 | def remove_all(self): | 48 | def remove_all(self): |
| 49 | ''' | 49 | ''' |
| 50 | Remove all the files that are compromizing | 50 | Remove all the files that are compromising |
| 51 | ''' | 51 | ''' |
| 52 | with open(self.filename, 'r') as f: | 52 | with open(self.filename, 'r') as f: |
| 53 | decoded = bencode.bdecode(f.read()) | 53 | decoded = bencode.bdecode(f.read()) |
