Skip to content

Commit b990e4c

Browse files
authored
Update repository.py
1 parent aa3fc49 commit b990e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github2pandas/repository.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ def __extract_repository_data(self, params: Params) -> dict:
209209
contributors_count = self.get_save_total_count(contributors)
210210

211211
companies = []
212-
exclude_company_identification = True
213-
if exclude_company_identification:
212+
contributor_companies_included = False
213+
if contributor_companies_included:
214214
contributors_count2 = contributors_count
215215
if contributors_count > 500:
216216
print("Only first 500 Contributor can hold information!")

0 commit comments

Comments
 (0)