mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +02:00
Make parameter actually optional
This commit is contained in:
parent
20157bef58
commit
8a0c0a4673
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class Qubes(IsolationProvider):
|
|||
def _convert(
|
||||
self,
|
||||
document: Document,
|
||||
ocr_lang: Optional[str],
|
||||
ocr_lang: Optional[str] = None,
|
||||
) -> bool:
|
||||
success = False
|
||||
|
||||
|
|
Loading…
Reference in a new issue