We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9f3a9 commit a4437dcCopy full SHA for a4437dc
1 file changed
api/index.py
@@ -52,8 +52,8 @@ def getdata(name):
52
53
datalistsplit = list_split(datalist, 7)
54
return {
55
- "text": gitpage.text,
56
- "matches": matches,
+ # "text": gitpage.text,
+ # "matches": matches,
57
"total": datacount,
58
"contributions": datalistsplit
59
}
0 commit comments