~sircmpwn/fosspay

c44ad4432c66c8701cda6d122bbf6deb13b9d967 — Amolith 3 years ago 3f92910
assign gh_user variable if api token not present
1 files changed, 1 insertions(+), 0 deletions(-)

M fosspay/blueprints/html.py
M fosspay/blueprints/html.py => fosspay/blueprints/html.py +1 -0
@@ 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,