From 8ff0beb214b43840a29f7a60e0f729d01e74b153 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 13 Aug 2018 11:44:07 +0200 Subject: [PATCH] fixed path for cache --- s2watchdog/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s2watchdog/__init__.py b/s2watchdog/__init__.py index 8b97301..6f686c2 100644 --- a/s2watchdog/__init__.py +++ b/s2watchdog/__init__.py @@ -36,7 +36,7 @@ ALERT_SYSTEM_URL = 'http://test.cpi.imtek.uni-freiburg.de' GRACE_PERIOD = 4 # where to store the data and default values -DATA_STORE_PATH = '/val/local/s2watchdog.json' +DATA_STORE_PATH = '/var/local/s2watchdog.json' DEFAULTS = { 'emails_sent': 0, 'last_seen': 'Never',