Skip to content

Commit

Permalink
Merge pull request #130 from dewiestr/patch-2
Browse files Browse the repository at this point in the history
Update sensor_operations.py
  • Loading branch information
Sharan Multani authored Feb 13, 2019
2 parents 1946ac1 + c28c544 commit 42f2d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/response/sensor_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def main():
parser.add_argument("--watchlists", "-w", dest="watchlists", help="The watchlists in question", required=True)
parser.add_argument("--operation", "-o", dest="operation", help="The operation to perform", required=True,
default="Isolate")
parser.add_arguemnt("--dryrun", "-d", dest="dryrun", help="Dry run mode", default=False, required=False)
parser.add_argument("--dryrun", "-d", dest="dryrun", help="Dry run mode", default=False, required=False)
args = parser.parse_args()
cb = get_cb_response_object(args)
return sensor_operations(cb, watchlists=args.watchlists, operation=args.operation, dryrun=args.dryrun)
Expand Down

0 comments on commit 42f2d95

Please sign in to comment.