diff --git a/couchpotato/runner.py b/couchpotato/runner.py index 66a524c..de53848 100644 --- a/couchpotato/runner.py +++ b/couchpotato/runner.py @@ -245,7 +245,8 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En (r'.*', FallbackHandler, dict(fallback = web_container)), ], log_function = lambda x : None, - debug = config['use_reloader'] + debug = config['use_reloader'], + gzip = True, ) if config['ssl_cert'] and config['ssl_key']: