From c44ad4432c66c8701cda6d122bbf6deb13b9d967 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 30 Nov 2019 21:23:18 -0500 Subject: [PATCH] assign gh_user variable if api token not present --- fosspay/blueprints/html.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fosspay/blueprints/html.py b/fosspay/blueprints/html.py index e6e37ca..2905552 100644 --- a/fosspay/blueprints/html.py +++ b/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,