real
This commit is contained in:
parent
e24192f1f5
commit
793367713e
1 changed files with 1 additions and 1 deletions
2
main
2
main
|
@ -187,7 +187,7 @@ def apiuserinfo():
|
|||
"id": user["id"],
|
||||
"created": user["created"],
|
||||
"storageused": get_space(user["id"]),
|
||||
"storagemax": int(MAX_STORAGE)
|
||||
"storagemax": MAX_STORAGE
|
||||
}
|
||||
return datatemplate
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue