From 957eeaba8743ab409b8a3195afbaa534be9b2c8e Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 31 Jan 2017 23:04:42 +0100 Subject: [feature] enable vpn service --- src/leap/bitmask/core/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/bitmask/core/dispatcher.py') diff --git a/src/leap/bitmask/core/dispatcher.py b/src/leap/bitmask/core/dispatcher.py index 1e95ce28..833741dd 100644 --- a/src/leap/bitmask/core/dispatcher.py +++ b/src/leap/bitmask/core/dispatcher.py @@ -406,7 +406,7 @@ class CommandDispatcher(object): return _format_result({'eip': 'disabled'}) subcmd = parts[1] - dispatch = self._subcommand_eip.dispatch + dispatch = self.subcommand_eip.dispatch if subcmd in ('enable', 'disable'): d = dispatch(self.core, *parts) else: -- cgit v1.2.3