Closed CreeperCatcherD closed 9 months ago
In example.py, the print statements need parentheses to fix syntax errors.
Also, m['location']['name'] returns None when a device is not at a place, which gives the error:
m['location']['name']
None
can only concatenate str (not "NoneType") to str
In example.py, the print statements need parentheses to fix syntax errors.