Pyboxs commited on
Commit
0e75b70
·
1 Parent(s): f297386
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def home():
57
 
58
  @app.route('/lab')
59
  def lab():
60
- return redirect("http://localhost:8888", code=302)
61
 
62
  if __name__ == "__main__":
63
  with open(log_file, "a") as f:
 
57
 
58
  @app.route('/lab')
59
  def lab():
60
+ return redirect("http://localhost:8889", code=302)
61
 
62
  if __name__ == "__main__":
63
  with open(log_file, "a") as f: