We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806d573 commit aab2c48Copy full SHA for aab2c48
1 file changed
get_traffic.py
@@ -67,7 +67,7 @@ def updateUserStats(self):
67
68
def updateRepoStats(self, repo, results, idx):
69
row = [
70
- repo.name,
+ repo.full_name,
71
repo.get_views_traffic()['count'],
72
repo.stargazers_count,
73
repo.watchers_count,
0 commit comments