Skip to content

Commit

Permalink
get_cloners: subdivide steps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Nov 7, 2024
1 parent 9c2a2ef commit 1a7a8bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GitHubStats/get_cloners.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ def postOnDiscord(message):

unique_cloners, total_cloners, sum_unique_cloners, sum_total_cloners= get_clone_stats(repo_owner, repo_name, github_token)

postOnDiscord("Nombre de cloners uniques (sum): "+str(sum_unique_cloners)+"\nNombre total de cloners (sum): "+str(sum_total_cloners)+"\n=========================\n\n")
message = "Nombre de cloners uniques (sum): "+str(sum_unique_cloners)+"\nNombre total de cloners (sum): "+str(sum_total_cloners)+"\n=========================\n\n"

postOnDiscord(message)

0 comments on commit 1a7a8bf

Please sign in to comment.