Utilize new unoConvertDocument (forgot to enable it by default after testing, LOL)

This commit is contained in:
neko 2025-01-22 09:25:34 +05:00
parent cbf74019fb
commit e31ccfee3a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ async def downloadDocument(file_id, file_name):
def unoCheck(): # Check if unoserver even exists def unoCheck(): # Check if unoserver even exists
global unoserverPath global unoserverPath
unoserverPath = shutil.which("unoservers") unoserverPath = shutil.which("unoserver")
if unoserverPath: if unoserverPath:
return unoserverPath return unoserverPath
else: else: