some improvement

This commit is contained in:
2025-05-08 03:23:45 +02:00
parent 25fd30a0c3
commit b4330c0362
10 changed files with 29 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ from user.models import User
class Transmission:
trpc_args = [
"id", "percentDone", "uploadRatio", "rateUpload", "rateDownload", "hashString", "status", "sizeWhenDone",
"leftUntilDone", "name", "eta", "totalSize", "uploadedEver"
"leftUntilDone", "name", "eta", "totalSize", "uploadedEver", "status"
]
def __init__(self):