Default volume to 75
This commit is contained in:
parent
0e4de857d4
commit
94e7508a24
@ -36,7 +36,7 @@ class Config(object):
|
|||||||
ROOT = os.environ.get('ROOT') or "/home/kae/music"
|
ROOT = os.environ.get('ROOT') or "/home/kae/music"
|
||||||
TESTMODE = True
|
TESTMODE = True
|
||||||
TIMER_MS = 500
|
TIMER_MS = 500
|
||||||
VOLUME_VLC_DEFAULT = 81
|
VOLUME_VLC_DEFAULT = 75
|
||||||
|
|
||||||
|
|
||||||
config = Config
|
config = Config
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user