Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d908c5 commit 95722c4Copy full SHA for 95722c4
1 file changed
update_switcher_chart.py
@@ -22,7 +22,7 @@
22
continue
23
number = float(found.group(1))
24
progress.append(number)
25
- dates.append(datetime.fromtimestamp(commit.committed_date))
+ dates.append(datetime.fromtimestamp(commit.authored_date))
26
27
pyplot.plot_date(dates, progress)
28
pyplot.ylim(ymin=0)
0 commit comments