madwind / flexget_qbittorrent_mod

flexget qbittorrent删种、辅种 自动签到 插件
MIT License
552 stars 117 forks source link

Fix TOTP support for Skyey2 #119

Closed mnixry closed 2 years ago

mnixry commented 2 years ago

我不知道能不能这么写? 还是单独拿出来声明一下最好? 不知道flexget是怎么声明字段的

madwind commented 2 years ago
                        'username': {'type': 'string'},
                        'password': {'type': 'string'},
                        'secret_key': {'type': 'string'}
mnixry commented 2 years ago
                        'username': {'type': 'string'},
                        'password': {'type': 'string'},
                        'secret_key': {'type': 'string'}

secret_key应该不是必须要填写的, 是不是需要声明成可选什么的? 不太熟悉flexget

madwind commented 2 years ago
                        'username': {'type': 'string'},
                        'password': {'type': 'string'},
                        'secret_key': {'type': 'string'}

secret_key应该不是必须要填写的, 是不是需要声明成可选什么的? 不太熟悉flexget

非必选 就是可选