janten / dpt-rp1-py

Python script to manage a Sony DPT-RP1 without the Digital Paper App
MIT License
540 stars 135 forks source link

for mount filesys, added addr None check and path spec in readme #98

Closed alicelyy closed 4 years ago

alicelyy commented 4 years ago

"Everything else is optional" was misleading. I removed addr field and got run-time error here, I guess there should probably be a None check?

The default paths for client-id and key seem not what's in readme according to find_authpath method, which has caused confusion for new users.

janten commented 4 years ago

Good catch, thank you for the fix.