Time Format
This commit is contained in:
parent
4389016b95
commit
84a283b4c2
@ -98,7 +98,7 @@ def getCurrentStatus():
|
|||||||
"cpu": psutil.cpu_percent(),
|
"cpu": psutil.cpu_percent(),
|
||||||
"outSpeed": parseSize(_outSpeed),
|
"outSpeed": parseSize(_outSpeed),
|
||||||
"inSpeed": parseSize(_inSpeed),
|
"inSpeed": parseSize(_inSpeed),
|
||||||
"doCleanTime": doCleanTime,
|
"doCleanTime": datetime.strftime(doCleanTime, dt_format),
|
||||||
"fileExpire": config["exp"],
|
"fileExpire": config["exp"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user