Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
idimov-keeper committed Jan 20, 2025
1 parent bc0d050 commit 2fe0118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keepercommander/commands/discoveryrotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def execute(self, params, **kwargs):

command_payload = {
'action': action,
# 'args': command_arr[1:] if len(command_arr) F 1 else []
# 'args': command_arr[1:] if len(command_arr) > 1 else []
'kwargs': kwargs
}

Expand Down

0 comments on commit 2fe0118

Please sign in to comment.