fix: Sider issues

This commit is contained in:
Hussain Nagaria 2021-04-30 14:55:32 +05:30
parent 9d4ee238d7
commit b965cebbd4

View file

@ -156,7 +156,7 @@ def split_emails(txt):
return email_list
def validate_url(txt, throw=False):
if not url:
if not txt:
return True
try: