IoTReady / aws_iot_demo

Blank line contains whitespace FLK-W293
Style
Minor
a year agoa year old
blank line contains whitespace
41    useWebsocket = args.get("useWebsocket")
42    thingName = args.get("thingName")
43    clientId = args.get("clientId")
44    45    if not clientId: # Use thingName as clientId if not provided separately
46        clientId = thingName
47