Merge pull request #1991 from MycroftAI/bigfix/hyper-critical-typo-fix
Correcting a typopull/1993/head
commit
1a9302418d
|
@ -435,7 +435,7 @@ def is_paired(ignore_errors=True):
|
|||
if e.response.status_code == 401:
|
||||
return False
|
||||
except Exception as e:
|
||||
LOG.warning('Could not get device infO: ' + repr(e))
|
||||
LOG.warning('Could not get device info: ' + repr(e))
|
||||
if ignore_errors:
|
||||
return False
|
||||
if connected():
|
||||
|
|
Loading…
Reference in New Issue