Merge pull request #1991 from MycroftAI/bigfix/hyper-critical-typo-fix

Correcting a typo
pull/1993/head
Åke 2019-02-13 21:08:34 +01:00 committed by GitHub
commit 1a9302418d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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():