wip simulated mode
This commit is contained in:
@@ -131,8 +131,8 @@ if __name__ == "__main__":
|
||||
parser.add_argument("-t", "--test", help="test sequence", action="store_true")
|
||||
|
||||
args = parser.parse_args()
|
||||
_log.info('Arguments:{}'.format(args.__dict__))
|
||||
|
||||
_log.debug(args)
|
||||
host = "129.129.221.92"
|
||||
port = 1003
|
||||
leds = IlluminationControl(host,port)
|
||||
|
||||
Reference in New Issue
Block a user