MycroftAI / personal-backend

WORK IN PROGRESS: A Flask personal backend alternative for running your own version of https://home.mycroft.ai
Apache License 2.0
114 stars 32 forks source link

fix sql session handling + paired email + geolocation #27

Closed JarbasAl closed 5 years ago

JarbasAl commented 5 years ago

fixes sql session handling #24 , now devicedatabase is a context and should be use inside with statements

fixes sending email after device is paired #28

correct location dict generated from IP geolocation #29

JarbasAl commented 5 years ago

self merging because this is an important fix