Hei mas @dnaextrim , I was tried to collect attendance data by calling `getAttendance` function, but there is a problem, it always not return the latest record. the following are my collected records: ``` Get Attendance: ('3', 1, datetime.datetime(2016, 5, 22, 10, 56, 49)) ('4', 1, datetime.datetime(2016, 5, 22, 10, 56, 55)) ('5', 1, datetime.datetime(2016, 5, 22, 10, 57, 16)) ``` and the real expected record is like the following screenshot. [https://drive.google.com/file/d/0BwZFc2C6ABy6eGxJZDVpUEtSbXM/view?usp=sharing](https://drive.google.com/file/d/0BwZFc2C6ABy6eGxJZDVpUEtSbXM/view?usp=sharing)