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