diff --git a/commands.py b/commands.py index 838bf98..d8e8a18 100644 --- a/commands.py +++ b/commands.py @@ -171,7 +171,7 @@ def frappy(*args, main=None, stick=None, addons=None): else: if stick is not None: raise TypeError('got multiple values for stick') - stick, *alist = args + stick, *alist = args[1:] if alist: if addons is not None: raise TypeError('got multiple values for addons')