Rename to mmmpd

This commit is contained in:
Midgard 2021-08-08 16:33:14 +02:00
parent 4540315735
commit e81da1e81f
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -7,7 +7,7 @@ import time
import logging
import mpd
NAME = "MPD MM now playing status"
NAME = "Mattermost MPD now playing status"
VERSION = "0.0.1"
### Config ########
@ -24,7 +24,7 @@ EMOJI_PLAYING = "musical_note"
###################
LOGGER = logging.getLogger("mpd_mm")
LOGGER = logging.getLogger("mmmpd")
MPD_STATE_PLAY = "play"
MPD_STATE_PAUSE = "pause"