@ -57,7 +57,9 @@ def unoCheck(): # Check if unoserver even exists
def unoStart():
unoserverPath = unoCheck()
if unoserverPath:
subprocess.Popen(args=[unoserverPath, "--daemon"])
retval = 1
while retval != 0:
else:
return