From 624462d44349f131c04bc59c9f52d888b71767e8 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Mon, 22 Jun 2015 16:35:50 +0200 Subject: [PATCH] fix id_map using wrong path --- tsstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsstats.py b/tsstats.py index f54c4fc..776585c 100755 --- a/tsstats.py +++ b/tsstats.py @@ -113,7 +113,7 @@ if not exists(config_path): if exists(id_map_path): # read id_map - id_map = json.load(open(path + 'id_map.json')) + id_map = json.load(open(id_map_path)) else: id_map = {}