diff --git a/dopy/manager.py b/dopy/manager.py index 83c53bd..e0963b4 100755 --- a/dopy/manager.py +++ b/dopy/manager.py @@ -445,7 +445,7 @@ def show_all_actions(self): def show_action(self, action_id): if self.api_version == 2: - json = self.request('/actions/%s' % event_id) + json = self.request('/actions/%s' % action_id) return json['action'] return show_event(self, action_id)