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,