DeppWang / youdaonote-pull

📝 一个一键导出 / 备份「有道云笔记」所有笔记的 Python 脚本。 A Python script to export/backup all the notes of the "Youdao Note".
MIT License
1.33k stars 292 forks source link

当前版本要求所有参数都填写,没有选填参数 #30

Closed leo-lao closed 3 years ago

leo-lao commented 4 years ago

代码中的45行

    if not username or not password or not local_dir or not ydnote_dir or not smms_secret_token:
        raise KeyError('请检查「config.json」的 key 是否分别为 username, password, local_dir, ydnote_dir, smms_secret_token')
DeppWang commented 4 years ago

感谢指出,我修改一下

DeppWang commented 4 years ago

已修改