aboutsummaryrefslogtreecommitdiffstats
path: root/devices.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-09-28 21:36:44 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2023-09-28 21:36:44 +0000
commit7b6b13f9f4c2ccae9a16db64f1f37b21bd4ba519 (patch)
treed95a21a69892af291fdcc2862db5de0235bbe985 /devices.py
parent82a65a4d9c6e728971e1cdbd1756f1dff0065920 (diff)
downloadpower.eda.gay-7b6b13f9f4c2ccae9a16db64f1f37b21bd4ba519.tar.gz
power.eda.gay-7b6b13f9f4c2ccae9a16db64f1f37b21bd4ba519.zip
Fixed a couple bugs with power meter logging
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 e3c21ae..27e6545 100644
--- a/devices.py
+++ b/devices.py
@@ -9,7 +9,7 @@ import os
if not os.path.exists(os.path.join("/app", ".docker")):
import dotenv
dotenv.load_dotenv(dotenv_path = "db.env")
- HOST = "srv.home"
+ HOST = "srv.athome"
else:
HOST = "db"