We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f243dbd commit c0d020bCopy full SHA for c0d020b
1 file changed
api/index.py
@@ -23,7 +23,7 @@ def getdata(name):
23
datalist.append(itemlist)
24
datalistsplit = list_split(datalist, 7)
25
returndata = {
26
- "tatal":contributions,
+ "total":contributions,
27
"contributions":datalistsplit
28
}
29
0 commit comments