Ethscriptions commited on
Commit
0329f70
·
1 Parent(s): 1c992ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ if magnet_link:
35
  "checking fastresume",
36
  ]
37
  st.write(
38
- f"进度: {s.progress * 100:.2f}%,速度: {s.download_rate:.2f} KB/s,状态:{state_str[s.state]}"
39
  )
40
  time.sleep(1)
41
 
 
35
  "checking fastresume",
36
  ]
37
  st.write(
38
+ f"进度: {s.progress * 100:.2f}%,速度: {s.download_rate / 1000000:.2f} KB/s,状态:{state_str[s.state]}"
39
  )
40
  time.sleep(1)
41