We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eac31c commit 6c88873Copy full SHA for 6c88873
1 file changed
modules/utorrent.py
@@ -30,8 +30,8 @@ def token(self, html):
30
'percentage_done': 4,
31
'dl': 5,
32
'up': 6,
33
- 'dl_speed': 8,
34
- 'up_speed': 9,
+ 'dl_speed': 9,
+ 'up_speed': 8,
35
'eta': 10,
36
'ratio': 7,
37
}
0 commit comments