Skip to content

Commit

Permalink
Fix prospector issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcnally-r7 committed Jan 18, 2022
1 parent aa216cf commit 655be08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def __init__(self):
output=DlGetAllOutput(),
)

def run(self, params):
def run(self, params=None):
return {Output.SUCCESS: self.connection.client.get_destination_lists()}

0 comments on commit 655be08

Please sign in to comment.