Skip to content

Commit 561060e

Browse files
Merge pull request #6 from geonu/patch-1
Fix a typo
2 parents 83edcca + b41450a commit 561060e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)