summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2024-04-09 14:07:52 +0200
committerLoic Guegan <loic.guegan@mailbox.org>2024-04-09 14:07:52 +0200
commit165752ca0ecef8d034061d137b631969f8175490 (patch)
tree0dc8b9faf9591e7d2e7fb7bd43b5d2c74bf3992e
parenta1b14f62af435d1dd5a4d7b1464eed7d44b31fe5 (diff)
Minor changes
-rw-r--r--.clusterman.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clusterman.py b/.clusterman.py
index 8dbc28b..18c68fa 100644
--- a/.clusterman.py
+++ b/.clusterman.py
@@ -22,8 +22,8 @@ unique=args.unique
#### Init various constancs
LOG_INTERVAL=20
-POWER_PATH="/home/loic/power/"
-MAP_FILE="/home/loic/map.json"
+POWER_PATH="/home/admin/ina260-zmq-publisher/data"
+MAP_FILE="/home/admin/ina260-zmq-publisher/map.json"
# Getting measuremnts location according to key
with open(MAP_FILE) as f:
global MAP