fix: Sider issues
This commit is contained in:
parent
9d4ee238d7
commit
b965cebbd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue