some improvement

This commit is contained in:
2025-05-26 22:57:30 +02:00
parent 3aac0116e6
commit 5c3c864a9e
2 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ 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", "peersGettingFromUs", "peersSendingToUs",
"tracker", "trackerStats", "activityDate"
]
def __init__(self):