a liittle fix
This commit is contained in:
parent
1161c30ba3
commit
1cf8b26577
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ class MarkItDown:
|
|||
else:
|
||||
raise ValueError(f"Unable to determine input type: {type(source)}")
|
||||
|
||||
elif input_type == "url":
|
||||
if input_type == "url":
|
||||
return self.convert_url(source, **kwargs)
|
||||
elif input_type == "local_file":
|
||||
return self.convert_local(source, **kwargs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue