odwdinc / Python-SimConnect

Python interface for MSFS2020 SimConnect.dll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in "Python Interface Example"

nf1973 opened this issue · comments

In the README.md, you have "sm.quit()" which causes an error and causes subsequent runs of the script not to behave correctly.
Changing to "sm.exit()" solves the issue.