aboutsummaryrefslogtreecommitdiffstats
path: root/local/handler/StatusHandler.py
blob: 55114f499c495219b4f712fad732bef5e76594b4 (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 = getShortURL(data['target_url'])
    )

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