testing first commit

This commit is contained in:
Hassaan Naushahi 2023-06-02 15:24:58 +05:00
parent 33b418dc84
commit db12600cff
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class HttpCompressionMiddleware:
"""This middleware allows compressed (gzip, deflate) traffic to be
sent/received from web sites"""
def __init__(self, stats=None):
def __init__(self, stats=None, settings=None):
self.stats = stats
@classmethod