Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set unassigned stdin to improve pyinstaller compatibility
To create a window application with pyinstaller, all suprocess input and output streams must be assigned and must not be None. https://stackoverflow.com/a/51706087/7076612
- Loading branch information