Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/state.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/state.py')
-rw-r--r--devbot/state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/state.py b/devbot/state.py
index 9bca7d2..03d249e 100644
--- a/devbot/state.py
+++ b/devbot/state.py
@@ -6,7 +6,7 @@ from devbot import config
_state = None
def _get_state_path():
- return os.path.join(config.home_dir, "state.json")
+ return os.path.join(config.data_home_dir, "state.json")
def _get_state():
global _state