From 8f6950a49b855900587de21f26d092aa4aedb722 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sun, 23 Oct 2022 14:44:02 -0500 Subject: [PATCH] fix prev commit --- files/routes/hats.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/hats.py b/files/routes/hats.py index 9ed4032ff..e61a24fa2 100644 --- a/files/routes/hats.py +++ b/files/routes/hats.py @@ -35,7 +35,6 @@ def hats(v): @limiter.limit('100/minute;1000/3 days') @auth_required @feature_required('HATS') -@limiter.limit('100/minute;1000/day') def buy_hat(v, hat_id): try: hat_id = int(hat_id) except: abort(404, "Hat not found!")