We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83edcca commit b41450aCopy full SHA for b41450a
1 file changed
tinify/__init__.py
@@ -37,7 +37,7 @@ def app_identifier(self, value):
37
def proxy(self):
38
return self._key
39
40
- @key.setter
+ @proxy.setter
41
def proxy(self, value):
42
self._proxy = value
43
self._client = None
0 commit comments