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.
2 parents 61e5362 + 96fc3b0 commit 354c4a2Copy full SHA for 354c4a2
transmission-trackers.py
@@ -50,7 +50,7 @@
50
try:
51
from transmissionrpc import Client
52
except ImportError:
53
- try
+ try:
54
from transmission_rpc import Client
55
56
print("neither transmissionrpc nor transmission-rpc is installed")
0 commit comments