Skip to content
Permalink
Browse files
fix
  • Loading branch information
alhousen committed Feb 21, 2020
1 parent 0b68e3b commit 597ae8eba3dc22bfcfeeb8588efb78f3d77c6218
Showing 1 changed file with 1 addition and 1 deletion.
@@ -6,4 +6,4 @@ main_bl = Blueprint('main', __name__)

@main_bl.route("/", methods = ["GET", "POST"])
def index():
return render_template("main_index.html", locations = data_getter.get_locations(), username = session['username'])
return render_template("main_index.html", locations = data_getter.get_locations(), username ="00" )

0 comments on commit 597ae8e

Please sign in to comment.