assign gh_user variable if api token not present

static-cp-fix
Amolith 5 years ago committed by Drew DeVault
parent 3f92910974
commit c44ad4432c
  1. 1
      fosspay/blueprints/html.py

@ -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,

Loading…
Cancel
Save