Skip to content

Commit

Permalink
Merge pull request #7 from codyreinold/master
Browse files Browse the repository at this point in the history
Fixed ip_address typo
  • Loading branch information
philosoralphter authored Mar 23, 2017
2 parents 1627ce3 + 373bedf commit cce79cf
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 cce79cf

Please sign in to comment.