Skip to content

Commit ad9f3a9

Browse files
committed
change
1 parent c9b5245 commit ad9f3a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

api/index.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def getdata(name):
5252

5353
datalistsplit = list_split(datalist, 7)
5454
return {
55-
"datemap": datemap,
55+
"text": gitpage.text,
56+
"matches": matches,
5657
"total": datacount,
5758
"contributions": datalistsplit
5859
}

0 commit comments

Comments
 (0)