mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-02-17 05:18:31 +00:00
Minor import mistake
This commit is contained in:
parent
b1c4b2c619
commit
a6867b360d
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ class DarwinProvider(_WProv):
|
|||
end tell"""
|
||||
|
||||
def __run_osascript(stream):
|
||||
p = _sp.Popen(['osascript'], stdout=__sp.PIPE,
|
||||
stdin=__sp.PIPE)
|
||||
p = _sp.Popen(['osascript'], stdout=_sp.PIPE,
|
||||
stdin=_sp.PIPE)
|
||||
p.stdin.write(stream)
|
||||
p.communicate()
|
||||
p.stdin.close()
|
||||
|
|
Loading…
Add table
Reference in a new issue