sensepost / snoopy-ng

Snoopy v2.0 - modular digital terrestrial tracking framework
Other
429 stars 128 forks source link

Fixed incorrect path #38

Closed stevenhorner closed 9 years ago

stevenhorner commented 9 years ago

Fixed error added in last commit which prevented creating new Drones.

auth_ = auth('sqlite:////root/snoopyapi/snoopy.db') should be: auth = auth('sqlite:////root/snoopy.db')

stevenhorner commented 9 years ago

This allowed creation of a new drone and key but it was then storing and checking 2 different databases. Re-opened issue with an explanation of how to fix but waiting for guidance before issuing pull request.