This commit is contained in:
maaa 2023-08-04 02:11:38 +02:00
parent e24192f1f5
commit 793367713e
1 changed files with 1 additions and 1 deletions

2
main
View File

@ -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