mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-13 13:47:01 +08:00
[fpy] Fix: PEP540 & SpecialDrop & interval regex (#4645)
This commit is contained in:
@@ -9,7 +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, encoding="utf-8", text=True)
|
||||
|
||||
def f():
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user