Skip to content
autoconfig.py 258 B
Newer Older
nimrod's avatar
nimrod committed
"""Check the autoconfig.shore.co.il web page."""

nimrod's avatar
nimrod committed
from utils import website_handler
nimrod's avatar
nimrod committed
URLS = [
    {"url": "https://autoconfig.shore.co.il/mail/config-v1.1.xml"},
]
nimrod's avatar
nimrod committed
handler = website_handler(URLS)
nimrod's avatar
nimrod committed


if __name__ == "__main__":
    handler("event", "context")