This commit is contained in:
Andrew Morgan 2019-05-10 09:57:35 -07:00
parent 358777d814
commit 7f15dd71ab

View file

@ -130,7 +130,6 @@ class ServerConfig(Config):
"federation_ip_range_blacklist", [], "federation_ip_range_blacklist", [],
) )
# Attempt to create an IPSet from the given ranges # Attempt to create an IPSet from the given ranges
try: try:
self.federation_ip_range_blacklist = IPSet( self.federation_ip_range_blacklist = IPSet(