some improvement
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user