Fix for exit() function
Signed-off-by: merspieler <merspieler@users.noreply.github.com>
This commit is contained in:
parent
15e1f82c35
commit
5f04640dff
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class FlightGearCopilotSkill(MycroftSkill):
|
||||||
return tn
|
return tn
|
||||||
|
|
||||||
# exit routine to properly close the tn con
|
# exit routine to properly close the tn con
|
||||||
def exit(tn):
|
def exit(self, tn):
|
||||||
tn.close
|
tn.close
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue