I am trying to upload this to directory with json format, with: with open(path, 'w') as t: json.dump(tags, t). but it seems that tuples as keys are not ...
確定! 回上一頁