screen_status_to_mqtt/app_path.py

4 lines
127 B
Python
Raw Permalink Normal View History

2022-03-12 22:06:40 +01:00
base_pash = 'C:/Program Files/ScreenStatusToMQTT/'
log_path = base_pash + "service.log"
config_path = base_pash + "config.yml"