sta_connect.py: updates main to assign item to station_names

This commit is contained in:
Jed Reynolds
2020-06-10 16:29:55 -07:00
committed by Ben Greear
parent e445ca5604
commit a49aceee9d

View File

@@ -476,7 +476,7 @@ Example:
lfjson_port = args.port
staConnect = StaConnect(lfjson_host, lfjson_port)
staConnect.station_names = [ "sta0000" ]
if args.user is not None:
staConnect.user = args.user
if args.passwd is not None: