linted / Skip-Trace

Track down your lost or stolen computer
MIT License
3 stars 1 forks source link

remove isfile() #30

Open linted opened 7 years ago

linted commented 7 years ago

should we remove the isfile check on the private and public keys? instead we can encapsulate the with open in a try except. thoughts?