EMS-TU-Ilmenau / sllurp

LLRP interface implemented in Python
GNU General Public License v3.0
19 stars 7 forks source link

Help!? #1

Closed rodriguesfas closed 4 years ago

rodriguesfas commented 5 years ago

(checkpoint) fasr@champs:~/Developer/Cronos/checkpoint$ python run_sllurp.py Connected to reader 1 unique tags detected Traceback (most recent call last): File "run_sllurp.py", line 11, in reader.reportTags(tags) # print the results AttributeError: 'R420_EU' object has no attribute 'reportTags'

beustens commented 4 years ago

The documentation was outdated. Just use print(tags) to show the results. It is a list of dictionaries.