Skip to content

Commit

Permalink
fix: 修正;
Browse files Browse the repository at this point in the history
  • Loading branch information
rr210 committed Nov 22, 2023
1 parent 4815bd3 commit dadd21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def list_split(items, n):
def getdata(name):
gitpage = requests.get("https://github.com/" + name)
data = gitpage.text
datadatereg = re.compile(r'data-date="(.*?)" data-level')
datadatereg = re.compile(r'data-date="(.*?)" id="contribution-day-component')

datacountreg = re.compile(r'<tool-tip .*?class="sr-only position-absolute">(.*?) contribution')
datadate = datadatereg.findall(data)
Expand Down

1 comment on commit dadd21c

@vercel
Copy link

@vercel vercel bot commented on dadd21c Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

py-gitcalendar – ./

py-gitcalendar.vercel.app
py-gitcalendar-rr210.vercel.app
py-gitcalendar-git-master-rr210.vercel.app

Please sign in to comment.