Skip to content

Commit

Permalink
Switch to using full_name instead of repo name
Browse files Browse the repository at this point in the history
There are users that will have multiple repositories with the same name.
The user or organization name will help keep them distinct.
  • Loading branch information
lmprice committed Jul 24, 2019
1 parent 806d573 commit aab2c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_traffic.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def updateUserStats(self):

def updateRepoStats(self, repo, results, idx):
row = [
repo.name,
repo.full_name,
repo.get_views_traffic()['count'],
repo.stargazers_count,
repo.watchers_count,
Expand Down

0 comments on commit aab2c48

Please sign in to comment.