londonhackspace / Doorbot

old RFID door entry bot, now mostly just door announcers
26 stars 10 forks source link

Updates to checking card permissions - format #10

Closed solexious closed 12 years ago

solexious commented 12 years ago

acnode.py - Can the server return a 400 error (or else anything other than 200) should the card id be in an incorrect format, i.e. "1234567b" instead of "1234567B"

marksteward commented 12 years ago

Changed to return 404 by da092fb