diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-09-28 21:36:44 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-09-28 21:36:44 +0000 |
commit | 7b6b13f9f4c2ccae9a16db64f1f37b21bd4ba519 (patch) | |
tree | d95a21a69892af291fdcc2862db5de0235bbe985 /devices.py | |
parent | 82a65a4d9c6e728971e1cdbd1756f1dff0065920 (diff) | |
download | power.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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |