assign gh_user variable if api token not present

This commit is contained in:
Amolith 2019-11-30 21:23:18 -05:00 committed by Drew DeVault
parent 3f92910974
commit c44ad4432c
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ def index():
else:
gh_count = 0
gh_sum = 0
gh_user = 0
return render_template("index.html", projects=projects,
avatar=avatar, selected_project=selected_project,