diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2024-04-09 14:09:09 +0200 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2024-04-09 14:09:09 +0200 |
| commit | 57b6888bcabfdf9eeebfc8323491450ce03955af (patch) | |
| tree | 24ea82e163b4f6b9d8d449e7e826be4f85eed316 | |
| parent | 165752ca0ecef8d034061d137b631969f8175490 (diff) | |
Minor changes
| -rw-r--r-- | .clusterman.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clusterman.py b/.clusterman.py index 18c68fa..cb2d5a7 100644 --- a/.clusterman.py +++ b/.clusterman.py @@ -23,7 +23,7 @@ unique=args.unique #### Init various constancs LOG_INTERVAL=20 POWER_PATH="/home/admin/ina260-zmq-publisher/data" -MAP_FILE="/home/admin/ina260-zmq-publisher/map.json" +MAP_FILE="/home/admin/ina260-zmq-publisher/.map.json" # Getting measuremnts location according to key with open(MAP_FILE) as f: global MAP |
