Skip to content

Commit

Permalink
Merge pull request #8 from a-olszewski/master
Browse files Browse the repository at this point in the history
build / setting ip address fix
  • Loading branch information
philosoralphter authored Nov 15, 2017
2 parents cce79cf + 06a1952 commit f75ab49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/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 f75ab49

Please sign in to comment.