Default volume to 75

This commit is contained in:
Keith Edmunds 2021-08-14 12:03:46 +01:00
parent 0e4de857d4
commit 94e7508a24

View File

@ -36,7 +36,7 @@ class Config(object):
ROOT = os.environ.get('ROOT') or "/home/kae/music"
TESTMODE = True
TIMER_MS = 500
VOLUME_VLC_DEFAULT = 81
VOLUME_VLC_DEFAULT = 75
config = Config