Improve asterisk handling

This commit is contained in:
relikd
2020-09-21 16:18:12 +02:00
parent 7edf470684
commit 2349b2ca8d
9 changed files with 37 additions and 39 deletions

View File

@@ -65,7 +65,7 @@ def process(per_page=60):
mylib.rm_dir(index_dir)
mylib.mkdir(index_dir)
apps = [gen_obj(x) for x in mylib.enum_appids()]
apps = [gen_obj(x) for x in mylib.appids_in_out()]
apps_total = len(apps)
pages_total, rest = divmod(apps_total, per_page)
if rest > 0: