mirror of https://github.com/m-labs/artiq.git
pdq2_client: remove init call
This commit is contained in:
parent
d708002fb9
commit
3789273e29
|
@ -55,7 +55,6 @@ def main():
|
||||||
args = get_argparser().parse_args()
|
args = get_argparser().parse_args()
|
||||||
init_logger(args)
|
init_logger(args)
|
||||||
dev = Client(args.server, args.port, "pdq2")
|
dev = Client(args.server, args.port, "pdq2")
|
||||||
dev.init()
|
|
||||||
|
|
||||||
if args.reset:
|
if args.reset:
|
||||||
dev.write(b"\x00\x00") # flush any escape
|
dev.write(b"\x00\x00") # flush any escape
|
||||||
|
|
Loading…
Reference in New Issue