diff --git a/modules/block_requests.py b/modules/block_requests.py index 886930f0..6adc385a 100644 --- a/modules/block_requests.py +++ b/modules/block_requests.py @@ -47,7 +47,7 @@ def my_open(*args, **kwargs): if len(args) > 1 and args[1] == 'rb': file_contents = file_contents.decode('utf-8') - file_contents = file_contents.replace('\t\t', '') + file_contents = file_contents.replace('\t\t', '') file_contents = file_contents.replace('cdnjs.cloudflare.com', '127.0.0.1') file_contents = file_contents.replace( '',