mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
store: fix staff ratelimit (#2279)
This commit is contained in:
parent
f0409dbc31
commit
ec978091ba
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ def add_to_wishlist():
|
|||
checks = [
|
||||
(
|
||||
check_wishlist_submit_ratelimit(session["user"]["username"]) is True
|
||||
and session["user"]["bypass_ratelimit"] is False,
|
||||
or session["user"]["bypass_ratelimit"] is True,
|
||||
_(
|
||||
"Proposing wishlist additions is limited to once every 15 days per user. Please try again in a few days."
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue