rename table_no to desk_no
This commit is contained in:
2
test-client.py
Executable file → Normal file
2
test-client.py
Executable file → Normal 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:
|
||||
|
||||
Reference in New Issue
Block a user