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 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"