fix id_map using wrong path

This commit is contained in:
Thor77 2015-06-22 16:35:50 +02:00
parent 815d54132f
commit 624462d443
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if not exists(config_path):
if exists(id_map_path): if exists(id_map_path):
# read id_map # read id_map
id_map = json.load(open(path + 'id_map.json')) id_map = json.load(open(id_map_path))
else: else:
id_map = {} id_map = {}