Update documentation + small changes

This commit is contained in:
relikd
2020-09-25 17:34:52 +02:00
parent f7d0b9353d
commit 7c86fb161e
6 changed files with 120 additions and 128 deletions

View File

@@ -90,7 +90,7 @@ def persist_individual_files():
mylib.mkdir(pth)
for cid, cname in _dict_names.items():
mylib.json_write(mylib.path_add(pth, 'id_{}.json'.format(cid)),
{'cat': [cid, cname], 'apps': index[cid]})
{'meta': [cid, cname], 'apps': index[cid]})
def get_categories(bundle_id):