- changes for last day

This commit is contained in:
2023-08-21 19:56:07 +03:00
parent 61cecc52dd
commit 9d2ba8c998
11 changed files with 162 additions and 87 deletions

View File

@@ -40,10 +40,10 @@ def start_PA() -> bool:
utils.log('Attempt to load module-bluetooth-discover...')
retcode = os.system('pacmd load-module module-bluetooth-discover')
if retcode != 0:
utils.log(f'Failed to load module-bluetooth-discover, exit code: {retcode}')
utils.log_error(f' Failed to load module-bluetooth-discover, exit code: {retcode}')
return False
else:
print('...success.')
utils.log(' Load success.')
return True