Skip to content

Commit a4437dc

Browse files
committed
change
1 parent ad9f3a9 commit a4437dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/index.py

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

5353
datalistsplit = list_split(datalist, 7)
5454
return {
55-
"text": gitpage.text,
56-
"matches": matches,
55+
# "text": gitpage.text,
56+
# "matches": matches,
5757
"total": datacount,
5858
"contributions": datalistsplit
5959
}

0 commit comments

Comments
 (0)