Update __init__.py

pull/520/head
kfezer 2017-02-13 17:27:34 -08:00 committed by Arron Atchison
parent 7304be098f
commit 7cc59f7522
1 changed files with 1 additions and 1 deletions

View File

@ -119,6 +119,6 @@ class PairingSkill(MycroftSkill):
if self.activator:
self.activator.cancel()
def create_skill():
return PairingSkill()