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