#!/usr/bin/env python3 import urllib.request response = urllib.request.urlopen("https://www.duckdns.org/update?domains=gkachele&token=578331b3-ad7b-4154-835d-e496465257b0&ip=") print(response.read().decode())