esdalmaijer / PyTribe

Python wrapper for the EyeTribe SDK
GNU General Public License v3.0
27 stars 18 forks source link

fix is always false #2

Closed kimalser closed 9 years ago

kimalser commented 9 years ago

Please, remove =='true' from the line 850. I guess string comparison fails there so the program logs 'false' for all entries.

esdalmaijer commented 9 years ago

Good point, I've been meaning to get to this. I was under the assumption that the EyeTribe Server would provide string-based Booleans, but it seems these were properly recognised as actual (True/False) Booleans.

esdalmaijer commented 9 years ago

Solved with the latest commit.