Utilize new unoConvertDocument (forgot to enable it by default after testing, LOL)
This commit is contained in:
parent
cbf74019fb
commit
e31ccfee3a
2
main.py
2
main.py
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue