mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
code format
I promised to finish the development of AlasFpyBridge before 6.4 and now I have done it!
This commit is contained in:
@@ -9,10 +9,7 @@ class HeadlessCliApplication:
|
||||
"""Wrap a cli application to provide programmable interactive access"""
|
||||
|
||||
def __init__(self, launch):
|
||||
self.pipe = Popen(
|
||||
[launch],
|
||||
stdin=PIPE, stdout=PIPE, stderr=STDOUT, text=True
|
||||
)
|
||||
self.pipe = Popen([launch], stdin=PIPE, stdout=PIPE, stderr=STDOUT, text=True)
|
||||
|
||||
def f():
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user