Skip to content

Commit 96fc3b0

Browse files
committed
fix typo
1 parent 61e5362 commit 96fc3b0

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
@@ -50,7 +50,7 @@
5050
try:
5151
from transmissionrpc import Client
5252
except ImportError:
53-
try
53+
try:
5454
from transmission_rpc import Client
5555
except ImportError:
5656
print("neither transmissionrpc nor transmission-rpc is installed")

0 commit comments

Comments
 (0)