Example #1
0
def read_temp():
    try:
        temp = chamber.read_temp()
    except:
        return 'Fail! Temp read error.'
    return str(temp)