thunder-lord commited on
Commit
0e63df4
·
verified ·
1 Parent(s): 276bcdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -20,7 +20,6 @@ app = Flask(__name__)
20
 
21
  limiter = Limiter(
22
  app,
23
- key_func=get_remote_address,
24
  default_limits=["30 per minute"]
25
  )
26
 
 
20
 
21
  limiter = Limiter(
22
  app,
 
23
  default_limits=["30 per minute"]
24
  )
25