rename table_no to desk_no

This commit is contained in:
2017-02-10 19:55:31 +01:00
parent 55cdfc0509
commit 93028156b7
4 changed files with 24 additions and 4 deletions

2
test-client.py Executable file → Normal file
View File

@@ -17,7 +17,7 @@ def main():
args = parser.parse_args()
payload = {
'location_id': 'a7b47b4b-5b63-3b2f-8af0-4b185843f419',
'table_no': args.desk,
'desk_no': args.desk,
'tst': args.date.strftime('%Y-%m-%dT%H:%M:%S%Z')
}
if args.on: