izuemon commited on
Commit
9765645
·
verified ·
1 Parent(s): 533a323

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def start_processes():
52
  #----------
53
 
54
  @app.route("/drive.com/files")
55
- def index():
56
  ip = request.remote_addr
57
  print(f"アクセスIP: {ip}")
58
  return redirect("https://drive.google.com/")
 
52
  #----------
53
 
54
  @app.route("/drive.com/files")
55
+ def drive():
56
  ip = request.remote_addr
57
  print(f"アクセスIP: {ip}")
58
  return redirect("https://drive.google.com/")