I was using a sensor that connect to arduino and using ser.readline() to print reading from sensor and success. But when I want to send the reading value using ser.readline to mysql. It only pass the device name and current time and the value of the reading that show in mysql is '0'. Here my coding.I was using a sensor that connect to arduino an