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: