aboutsummaryrefslogtreecommitdiffstats
path: root/local/handler/StatusHandler.py
blob: 729daacbd538d04a09971cbdff78570750e74b75 (plain) (blame)
1
2
3
4
5
6
7
8
from ..utility import *

def handle(data, theme):
    theme.status(
        status = data['state'],
        description = data['description'],
        url = data['target_url']
    )

© 2014-2024 Faster IT GmbH | imprint | privacy policy