You've already forked wakapi-readme-stats
FIX: Fixes #46
This commit is contained in:
@@ -311,6 +311,8 @@ Contributions are welcome! ♥! Please share any features, and add unit tests! U
|
|||||||
|
|
||||||
- [Simranjeet Singh](https://github.com/smrnjeet222)
|
- [Simranjeet Singh](https://github.com/smrnjeet222)
|
||||||
|
|
||||||
|
- [Aaron Meese](https://github.com/ajmeese7)
|
||||||
|
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|||||||
4
main.py
4
main.py
@@ -83,7 +83,7 @@ query {
|
|||||||
""")
|
""")
|
||||||
|
|
||||||
get_loc_url = Template("""/repos/$owner/$repo/stats/code_frequency""")
|
get_loc_url = Template("""/repos/$owner/$repo/stats/code_frequency""")
|
||||||
get_profile_view = Template("""/repos/$owner/$repo/traffic/views""")
|
get_profile_view = Template("""/repos/$owner/$repo/traffic/views?per=week""")
|
||||||
get_profile_traffic = Template("""/repos/$owner/$repo/traffic/popular/referrers""")
|
get_profile_traffic = Template("""/repos/$owner/$repo/traffic/popular/referrers""")
|
||||||
|
|
||||||
|
|
||||||
@@ -374,7 +374,7 @@ def generate_language_per_repo(result):
|
|||||||
})
|
})
|
||||||
|
|
||||||
title = 'I mostly code in ' + most_language_repo
|
title = 'I mostly code in ' + most_language_repo
|
||||||
return '**' + title + '** \n\n' + '```text\n' + make_commit_list(data) + '\n\n```\n'
|
return '**' + title + '** \n\n' + '```text\n' + make_list(data) + '\n\n```\n'
|
||||||
|
|
||||||
|
|
||||||
def get_line_of_code():
|
def get_line_of_code():
|
||||||
|
|||||||
Reference in New Issue
Block a user