From e31ccfee3ae4f5566692983a10185cd9602bc776 Mon Sep 17 00:00:00 2001 From: neko Date: Wed, 22 Jan 2025 09:25:34 +0500 Subject: [PATCH] Utilize new unoConvertDocument (forgot to enable it by default after testing, LOL) --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7f47a1f..f14998a 100644 --- a/main.py +++ b/main.py @@ -48,7 +48,7 @@ async def downloadDocument(file_id, file_name): def unoCheck(): # Check if unoserver even exists global unoserverPath - unoserverPath = shutil.which("unoservers") + unoserverPath = shutil.which("unoserver") if unoserverPath: return unoserverPath else: