diff --git a/transmission-trackers.py b/transmission-trackers.py index 19690f8..1531c00 100755 --- a/transmission-trackers.py +++ b/transmission-trackers.py @@ -4,7 +4,7 @@ # Host, port, username and password to connect to Transmission # Set user and pw to None if auth is not required client = { - 'host': 'localhost', + 'address': 'localhost', 'port': 9091, 'user': 'admin', 'password': 'passwd'