fix gitlab_ci sad icon (#24241)

This commit is contained in:
Emilv2 2019-06-02 04:08:23 +08:00 committed by Paulus Schoutsen
parent 5a81ddd4e7
commit 673290d2e1

View file

@ -30,7 +30,7 @@ DEFAULT_URL = 'https://gitlab.com'
ICON_HAPPY = 'mdi:emoticon-happy'
ICON_OTHER = 'mdi:git'
ICON_SAD = 'mdi:emoticon-happy'
ICON_SAD = 'mdi:emoticon-sad'
SCAN_INTERVAL = timedelta(seconds=300)