diff --git a/tabbed/cli.py b/tabbed/cli.py index 0d17c09..be44ea0 100644 --- a/tabbed/cli.py +++ b/tabbed/cli.py @@ -20,4 +20,4 @@ def start(**opts): print opts - opts = Object(**opts \ No newline at end of file + opts = Object(**opts) \ No newline at end of file