aboutsummaryrefslogtreecommitdiffstats
path: root/devices.py
diff options
context:
space:
mode:
Diffstat (limited to 'devices.py')
-rw-r--r--devices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices.py b/devices.py
index 650ee87..0b8cabe 100644
--- a/devices.py
+++ b/devices.py
@@ -8,7 +8,7 @@ import os
if not os.path.exists(os.path.join("/app", ".docker")):
import dotenv
- dotenv.load_dotenv(dotenv_path = "db.env")
+ dotenv.load_dotenv(dotenv_path = "power.env")
HOST = "srv.athome"
else:
HOST = None