"""Check the MyIP web service.""" from utils import website_handler URLS = [ {"url": "http://myip.shore.co.il/"}, {"url": "https://myip.shore.co.il/"}, ] handler = website_handler(URLS) if __name__ == "__main__": handler("event", "context")