Skip to content

Commit eec4d49

Browse files
committed
Switch to using full_name instead of repo name
There are users that will have multiple repositories with the same name. The user or organization name will help keep them distinct.
1 parent 658738b commit eec4d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

get_traffic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def updateUserStats(self):
6565

6666
def updateRepoStats(self, repo, results, idx):
6767
row = [
68-
repo.name,
68+
repo.full_name,
6969
repo.get_views_traffic()['count'],
7070
repo.stargazers_count,
7171
repo.watchers_count,

0 commit comments

Comments
 (0)