Skip to content

Commit

Permalink
Fixed ip_address typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Reinold committed Mar 18, 2017
1 parent 1627ce3 commit 373bedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woopra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def set_cookie(self, cookie):
self.cookie = cookie

def set_ip_address(self, ip_address):
self.ip_addres = ip_address
self.ip_address = ip_address

def set_user_agent(self, user_agent):
self.user_agent = user_agent
Expand Down

0 comments on commit 373bedf

Please sign in to comment.