Skip to content

Commit 0d17bae

Browse files
authored
Merge pull request blind-oracle#9 from Scottpedia/master
Fix transmission-trackers.py
2 parents 3a74746 + 4645963 commit 0d17bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transmission-trackers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Host, port, username and password to connect to Transmission
55
# Set user and pw to None if auth is not required
66
client = {
7-
'host': 'localhost',
7+
'address': 'localhost',
88
'port': 9091,
99
'user': 'admin',
1010
'password': 'passwd'

0 commit comments

Comments
 (0)