rmountjoy92 / DashMachine

Another web application bookmark dashboard, with fun features.
GNU General Public License v3.0
1.24k stars 119 forks source link

Misleading Transmission datasource documentation #88

Closed Berjou closed 4 years ago

Berjou commented 4 years ago

The documentation of the the Transmission datasource says that the user and password fields are not required. However, if I omit one of this field, I got the following error:

AttributeError: 'Platform' object has no attribute 'user'

I got the same error for the password field if I fill the user field but not the password field.

I was able to fix this problem just by declaring the user and password without associated value.

Thank you for this great tool!

rmountjoy92 commented 4 years ago

Sounds good I'll update the documentation. Thanks!