mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-10 17:18:43 -04:00
fix id_map using wrong path
This commit is contained in:
parent
815d54132f
commit
624462d443
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue