Skip to content

Commit 6c88873

Browse files
committed
Issue #134 - switch upload and download array positions
1 parent 4eac31c commit 6c88873

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/utorrent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def token(self, html):
3030
'percentage_done': 4,
3131
'dl': 5,
3232
'up': 6,
33-
'dl_speed': 8,
34-
'up_speed': 9,
33+
'dl_speed': 9,
34+
'up_speed': 8,
3535
'eta': 10,
3636
'ratio': 7,
3737
}

0 commit comments

Comments
 (0)