Browse Source

fixed path for cache

master
Holger Frey 6 years ago
parent
commit
8ff0beb214
  1. 2
      s2watchdog/__init__.py

2
s2watchdog/__init__.py

@ -36,7 +36,7 @@ ALERT_SYSTEM_URL = 'http://test.cpi.imtek.uni-freiburg.de' @@ -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',

Loading…
Cancel
Save