fix Win10 input dialog
This commit is contained in:
@@ -427,6 +427,7 @@ class InteractBase(object):
|
|||||||
p.start()
|
p.start()
|
||||||
time.sleep(0.5)
|
time.sleep(0.5)
|
||||||
p.terminate()
|
p.terminate()
|
||||||
|
p.join()
|
||||||
sys.stdin = os.fdopen( sys.stdin.fileno() )
|
sys.stdin = os.fdopen( sys.stdin.fileno() )
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user