Skip to content

Commit 63b41c0

Browse files
authored
Merge pull request #13 from openziti/dev
Hide rank on watch started
2 parents 05cc2dd + 4547b22 commit 63b41c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def addWatchDetails(self):
327327
try:
328328
# HTML not supported in Mattermost markdown...
329329
# bodyText += "\n\n<details><summary>GitHub Stats</summary>"
330-
bodyText += f"\n\n![Github Stats](https://github-readme-stats.vercel.app/api?username={login}&hide=stars)"
330+
bodyText += f"\n\n![Github Stats](https://github-readme-stats.vercel.app/api?username={login}&hide=stars&hide_rank=true)"
331331
# bodyText += "\n</details>"
332332

333333
# These stats only cover the repos in the user's home (not all languages used in commits in any repo...)

0 commit comments

Comments
 (0)