commit 46c9801a1d017165f7f65e58efb28e64d07664ee parent 60363c02a089f782dd7018e5e11271da29861953 Author: pyratebeard <root@pyratebeard.net> Date: Thu, 29 Sep 2022 22:59:21 +0100 need to get stash vars from args Diffstat:
M | longbox | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/longbox b/longbox @@ -76,6 +76,14 @@ issue_id = argument.issue_id series_id = argument.series_id variants = argument.show_variants +#░ stash vars from args +stash = argument.stash +if stash: + stash_category = argument.category + stash_category = stash_category.replace('-', '_') + stash_issue_id = argument.stash_issue + variants = argument.show_variants + #░ default search items search_series = '%' search_number = None