add-forge-now: Allow max_pages choice with staging preset
3 unresolved threads
3 unresolved threads
Compare changes
+ 12
− 3
@@ -58,8 +58,8 @@ def register_lister_cli(
@@ -86,12 +86,21 @@ def register_lister_cli(
why not simply?
And I'd suggest that max_pages declaration be moved within the else condition (staging).
More generally, let's declare variables near to where it's used ;) That's less confusing.
And i'd change the default max_pages to 2 for staging (decreasing the total number of origins per page to 5 to keep testing the pagination ;)