the get public ip block should be before the generate update url block..
This way
1) new_ip gets the new ip next
2) update_url gets the link with the new ip
3) and then we check and update
the way it was before, was
1) update_url gets the link with the OLD new_ip value (so its the old ip)
2) new_ip gets updated (but update_url does not!!!)
3) we check and update (basicly with the old ip!!)
the get public ip block should be before the generate update url block.. This way 1) new_ip gets the new ip next 2) update_url gets the link with the new ip 3) and then we check and update
the way it was before, was 1) update_url gets the link with the OLD new_ip value (so its the old ip) 2) new_ip gets updated (but update_url does not!!!) 3) we check and update (basicly with the old ip!!)