mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 16:58:21 -05:00
is_banned_domain: remove ip argument.
This commit is contained in:
committed by
Neil Williams
parent
21fb8f84be
commit
b2d5689267
@@ -308,7 +308,7 @@ def admin_ratelimit(user):
|
||||
def is_banned_IP(ip):
|
||||
return False
|
||||
|
||||
def is_banned_domain(dom, ip):
|
||||
def is_banned_domain(dom):
|
||||
return None
|
||||
|
||||
def is_shamed_domain(dom, ip):
|
||||
|
||||
Reference in New Issue
Block a user