fix gitlab_ci sad icon (#24241)

pull/24250/head
Emilv2 2019-06-02 04:08:23 +08:00 committed by Paulus Schoutsen
parent 5a81ddd4e7
commit 673290d2e1
1 changed files with 1 additions and 1 deletions

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)