git lib added

This commit is contained in:
pseusys
2023-02-27 22:18:29 +01:00
parent e1576edea1
commit 97b38f57b0
3 changed files with 18 additions and 9 deletions

View File

@@ -143,7 +143,7 @@ async def get_stats() -> str:
if EM.SHOW_PROFILE_VIEWS:
DBM.i("Adding profile views info...")
data = GHM.REPO.get_views_traffic(per="week")
data = GHM.REMOTE.get_views_traffic(per="week")
stats += f"![Profile Views](http://img.shields.io/badge/{quote(LM.t('Profile Views'))}-{data['count']}-blue)\n\n"
if EM.SHOW_LINES_OF_CODE: