Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShyftXero committed Nov 19, 2023
1 parent aa14a8b commit d6de64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions challenge_validator_webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

app = Flask(__name__)
limiter = Limiter(
app,
key_func=get_remote_address,
get_remote_address,
app=app,
default_limits=["3 per second"],
storage_uri="memory://",
)
Expand Down

0 comments on commit d6de64a

Please sign in to comment.