Skip to content

Commit 354c4a2

Browse files
authored
Merge pull request #7 from ahmubashshir/master
fix typo
2 parents 61e5362 + 96fc3b0 commit 354c4a2

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)