changed cache path to /home/amor/nicosdata/cache

This commit is contained in:
2026-01-20 08:08:10 +01:00
parent 24cc0a4287
commit 54f2169888

View File

@@ -29,7 +29,7 @@ except ImportError:
AMOR_LOCAL_TIMEZONE = zoneinfo.ZoneInfo(key='Europe/Zurich')
if platform.node().startswith('amor'):
NICOS_CACHE_DIR = '/home/amor/nicosdata/amor/cache/'
NICOS_CACHE_DIR = '/home/amor/nicosdata/cache/'
GREP = '/usr/bin/grep "value"'
else:
NICOS_CACHE_DIR = None