Fix missing ()
This commit is contained in:
@@ -3,7 +3,7 @@ import os
|
|||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
|
||||||
|
|
||||||
class DOMN:
|
class DOMN():
|
||||||
|
|
||||||
def validatedomain(self, url):
|
def validatedomain(self, url):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user