pnbruckner / life360

A simple python life360 client
MIT License
16 stars 6 forks source link

Add update_location method #6

Closed pnbruckner closed 1 year ago

pnbruckner commented 1 year ago

Make Life360 class a context manager. Add close method to close session if one was created automatically. Retry HTTP errors 502 (Bad Gateway), 503 (Service Unavailable) & 504 (Gateway Time-out).