1
0

Redundent line

This commit is contained in:
Jorik Schellekens
2019-09-05 14:08:49 +01:00
parent b736c6cd3a
commit cc573a1475
+1 -1
View File
@@ -319,7 +319,7 @@ def whitelisted_homeserver(destination):
Args:
destination (str)
"""
_homeserver_whitelist
if _homeserver_whitelist:
return _homeserver_whitelist.match(destination)
return False