Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 6999a3f

Browse files
committed
added user rating metrics
1 parent a753567 commit 6999a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithms/user_rating.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(self, username,token):
4444

4545
#calculate final score
4646
#self.calcUserScore()
47-
47+
4848
def fetchBasicDetails(self):
4949
query = """
5050
{
@@ -120,4 +120,4 @@ def fetchBasicDetails(self):
120120
print("PR Count: " + str(user.prCount))
121121
print("Issue Count:" + str(user.issueCount))
122122
print("Repos Owned Count:" + str(user.repoOwnCount))
123-
print("Repos Contributed Count:" + str(user.repoContributionCount))
123+
print("Repos Contributed Count:" + str(user.repoContributionCount))

0 commit comments

Comments
 (0)