Don't log hosting high scores route
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user