update bureau to send and recieve json formatted params for API calls
parent
7ac0fc8f3f
commit
0833aa2102
@ -1,16 +0,0 @@
|
||||
# dumb raw input reader for keyboard / barcode scanner
|
||||
# TODO: switch this to using evdev - need to sort out permissions
|
||||
|
||||
import sys
|
||||
#from evdev import InputDevice, list_devices
|
||||
|
||||
#devices = map(InputDevice, list_devices())
|
||||
|
||||
def main():
|
||||
while True:
|
||||
cmd = raw_input()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
Loading…
Reference in New Issue