Skip to content

Commit

Permalink
Fixed phoneNumber var name
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalal committed Mar 10, 2013
1 parent 26bd32e commit 802877c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yowsup-cli
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ else:
wr = WARegRequest(countryCode, phoneNumber, code, identity)
else:
code = "".join(code.split('-'))
wr = WARegRequestV2(countryCode, phonenumber, code, identity)
wr = WARegRequestV2(countryCode, phoneNumber, code, identity)


result = wr.send()
Expand Down

0 comments on commit 802877c

Please sign in to comment.