4 lines
127 B
Python
4 lines
127 B
Python
|
base_pash = 'C:/Program Files/ScreenStatusToMQTT/'
|
||
|
log_path = base_pash + "service.log"
|
||
|
config_path = base_pash + "config.yml"
|