add XIAOMUSIC_VERBOSE env
This commit is contained in:
parent
88f0ce7e51
commit
2c35c6cfd6
@ -85,7 +85,7 @@ class Config:
|
|||||||
mute_xiaoai: bool = True
|
mute_xiaoai: bool = True
|
||||||
cookie: str = ""
|
cookie: str = ""
|
||||||
use_command: bool = False
|
use_command: bool = False
|
||||||
verbose: bool = False
|
verbose: bool = (os.getenv("XIAOMUSIC_VERBOSE", "").lower() == "true")
|
||||||
music_path: str = os.getenv("XIAOMUSIC_MUSIC_PATH", "music")
|
music_path: str = os.getenv("XIAOMUSIC_MUSIC_PATH", "music")
|
||||||
hostname: str = os.getenv("XIAOMUSIC_HOSTNAME", "192.168.2.5")
|
hostname: str = os.getenv("XIAOMUSIC_HOSTNAME", "192.168.2.5")
|
||||||
port: int = int(os.getenv("XIAOMUSIC_PORT", "8090"))
|
port: int = int(os.getenv("XIAOMUSIC_PORT", "8090"))
|
||||||
|
Loading…
Reference in New Issue
Block a user