diff --git a/kmk/keys.py b/kmk/keys.py index 364eccf01..76f556594 100644 --- a/kmk/keys.py +++ b/kmk/keys.py @@ -806,7 +806,7 @@ def _argumented_key(*user_args, **user_kwargs) -> Key: if meta: key = Key( - NEXT_AVAILABLE_KEY, meta=meta, *constructor_args, **constructor_kwargs + NEXT_AVAILABLE_KEY, *constructor_args, meta=meta, **constructor_kwargs ) NEXT_AVAILABLE_KEY += 1