We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83edcca + b41450a commit 561060eCopy full SHA for 561060e
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