Skip to content

Commit aab2c48

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 806d573 commit aab2c48

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
@@ -67,7 +67,7 @@ def updateUserStats(self):
6767

6868
def updateRepoStats(self, repo, results, idx):
6969
row = [
70-
repo.name,
70+
repo.full_name,
7171
repo.get_views_traffic()['count'],
7272
repo.stargazers_count,
7373
repo.watchers_count,

0 commit comments

Comments
 (0)