Reggie commited on
Commit
6079e86
1 Parent(s): 816ce7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -244,7 +244,8 @@ def home():
244
  def login():
245
  if not is_not_logged_in():
246
  return redirect("/home")
247
- return render_template("login.html")
 
248
 
249
  if __name__ == "__main__":
250
  app.run(host="0.0.0.0", debug=True, port=7860)
 
244
  def login():
245
  if not is_not_logged_in():
246
  return redirect("/home")
247
+ #return render_template("login.html")
248
+ return render_template("/home")
249
 
250
  if __name__ == "__main__":
251
  app.run(host="0.0.0.0", debug=True, port=7860)