mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +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(
|
def _convert(
|
||||||
self,
|
self,
|
||||||
document: Document,
|
document: Document,
|
||||||
ocr_lang: Optional[str],
|
ocr_lang: Optional[str] = None,
|
||||||
) -> bool:
|
) -> bool:
|
||||||
success = False
|
success = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue