We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a74746 commit 4645963Copy full SHA for 4645963
transmission-trackers.py
@@ -4,7 +4,7 @@
4
# Host, port, username and password to connect to Transmission
5
# Set user and pw to None if auth is not required
6
client = {
7
- 'host': 'localhost',
+ 'address': 'localhost',
8
'port': 9091,
9
'user': 'admin',
10
'password': 'passwd'
0 commit comments