devrim/cloudflare-noip

This makes one request to api.ipify.org per record, instead of per cron job. It could be pulled out of the for loop.

Closed this issue · 1 comments

with urllib.request.urlopen('https://api.ipify.org') as response:

fixed!