ouhenio commited on
Commit
50f6741
·
verified ·
1 Parent(s): f6aacb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def get_user_contributions():
171
 
172
  row = {
173
  "Username": username,
174
- "Total": data["contributions"],
175
  "Blend-es": data["contributions"],
176
  "INCLUDE": include_value
177
  }
 
171
 
172
  row = {
173
  "Username": username,
174
+ "Total": data["contributions"] + include_value,
175
  "Blend-es": data["contributions"],
176
  "INCLUDE": include_value
177
  }