We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b20cb commit f0ca68fCopy full SHA for f0ca68f
wallbox_monitor.py
@@ -11,11 +11,11 @@
11
from selenium.webdriver.support.ui import WebDriverWait
12
from selenium.webdriver.support import expected_conditions as EC
13
14
-LOG_FILE = "/home/pi/wallbox_monitor.log"
+LOG_FILE = "/home/pi/wallbox-monitor/wallbox_monitor.log"
15
logging.basicConfig(filename=LOG_FILE, level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s")
16
17
# Load configuration from credentials file
18
-CONFIG_FILE = "wallbox_monitor.credo"
+CONFIG_FILE = "/home/pi/wallbox-monitor/wallbox_monitor.credo"
19
config = configparser.ConfigParser()
20
config.read(CONFIG_FILE)
21
0 commit comments