Fixing the positional parameter naming + unit tests updated

This commit is contained in:
Jean-Baptiste LE STANG
2017-12-30 15:43:22 +01:00
parent 8411844d7e
commit 4945331093
2 changed files with 21 additions and 3 deletions

View File

@@ -379,7 +379,7 @@ def main() -> None:
throttle(
_process,
min_secs=_CONF['internals'].get('process_throttle_secs', 10),
dynamic_whitelist=args.dynamic_whitelist,
nb_assets=args.dynamic_whitelist,
)
old_state = new_state
except KeyboardInterrupt: