Skip to content

Commit b41450a

Browse files
authored
Fix a typo
1 parent 83edcca commit b41450a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tinify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def app_identifier(self, value):
3737
def proxy(self):
3838
return self._key
3939

40-
@key.setter
40+
@proxy.setter
4141
def proxy(self, value):
4242
self._proxy = value
4343
self._client = None

0 commit comments

Comments
 (0)