Skip to content

Commit

Permalink
Update acquire/acquire.py
Browse files Browse the repository at this point in the history
Co-authored-by: Miauwkeru <[email protected]>
  • Loading branch information
cecinestpasunepipe and Miauwkeru authored Nov 15, 2023
1 parent 7c34676 commit 0572ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acquire/acquire.py
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,7 @@ def main() -> None:
"address": args.targetd_ip,
"port": args.targetd_port,
"cacert_str": args.targetd_cacert,
"service": True,
"service": args.targetd_func == "service",
"cacert": None,
}
start_client(args, presets=config)
Expand Down

0 comments on commit 0572ae0

Please sign in to comment.