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

@@ -256,7 +256,7 @@ def enum_jsons(bundle_id):
def enum_categories():
for fname in glob.glob(path_data_index('category', 'id_*.json')):
with open(fname, 'r') as fp:
yield json.load(fp)
yield fname, json.load(fp)
def appids_in_out(selection=None):