Fixed a few python3 things

master
Fridge pi 1 year ago
parent d5e4964c65
commit 9c9fef5c72

@ -65,7 +65,7 @@ def users(what):
subprocess.call("/home/pi/ELAB-RFID-I2C/RPi/i2c_challenge 0x20", shell=True)
elif what == "tools":
subprocess.call("/home/pi/ELAB-RFID-I2C/RPi/i2c_challenge 0x30", shell=True)
print 'opened', what
print('opened', what)
return redirect(url_for('status'))
@app.route('/gethistory')

Loading…
Cancel
Save