harperreed / life360-python

A simple python life360 client
MIT License
36 stars 17 forks source link

Print statements need parentheses #7

Closed CreeperCatcherD closed 9 months ago

CreeperCatcherD commented 1 year ago

In example.py, the print statements need parentheses to fix syntax errors.

CreeperCatcherD commented 1 year ago

Also, m['location']['name'] returns None when a device is not at a place, which gives the error:

can only concatenate str (not "NoneType") to str