From e00bea9faa148d38ed2c48353d23114bdbb9a7e5 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 11 Mar 2023 01:47:08 +0000 Subject: [PATCH] Don't log hosting high scores route --- apiserver/apiserver/api/throttles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/apiserver/api/throttles.py b/apiserver/apiserver/api/throttles.py index 6724c5d..cdaabe1 100644 --- a/apiserver/apiserver/api/throttles.py +++ b/apiserver/apiserver/api/throttles.py @@ -24,7 +24,7 @@ class LoggingThrottle(throttling.BaseThrottle): return True elif path == '/sessions/' and user == None: return True - elif path in ['/pinball/high_scores/', '/protocoin/printer_balance/']: + elif path in ['/pinball/high_scores/', '/protocoin/printer_balance/', '/hosting/high_scores/']: return True if request.data: