"""Check the autoconfig.shore.co.il web page.""" from utils import website_handler URLS = [ {"url": "https://autoconfig.shore.co.il/mail/config-v1.1.xml"}, ] handler = website_handler(URLS) if __name__ == "__main__": handler("event", "context")