- changes for last day
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user