Skip to content

Commit 7990484

Browse files
committed
Fixed typo gophish#8
1 parent 2b4d142 commit 7990484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gophish/api/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def put(self, resource):
9494

9595
response = self.api.execute("PUT", endpoint, json=resource.as_json())
9696

97-
if not respose.ok:
97+
if not response.ok:
9898
return Error.parse(response.json())
9999

100100
return self._cls.parse(response.json())

0 commit comments

Comments
 (0)