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