Spaces:
Sleeping
Sleeping
Commit
·
ecafe11
1
Parent(s):
550dbef
Update app.py
Browse files
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_rat
|
39 |
)
|
40 |
time.sleep(1)
|
41 |
|
|
|
35 |
"checking fastresume",
|
36 |
]
|
37 |
st.write(
|
38 |
+
f"进度: {s.progress * 100:.2f}%,速度: {s.download_rat} KB/s,状态:{state_str[s.state]}"
|
39 |
)
|
40 |
time.sleep(1)
|
41 |
|