Skip to content

Commit cbccee3

Browse files
committed
Fix typo referencing config.
1 parent 378e8ad commit cbccee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2101,7 +2101,7 @@ def setVary(self, header):
21012101

21022102
def compress_encode(self, byte_content, quality=4):
21032103

2104-
if not self.db.config.WEB_DYNAMIC_COMPRESSION:
2104+
if not self.instance.config.WEB_DYNAMIC_COMPRESSION:
21052105
# dynamic compression disabled.
21062106
return byte_content
21072107

0 commit comments

Comments
 (0)