Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect site-packages path breaking app at runtime
The keyboard app crashes at launch right now because it has outdated assumptions about the site packages folder and it tries to list things from there. This changes the path accordingly, and avoids a crash in the future if the path shouldn't be present/moved again.
- Loading branch information