mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix buf size delcaration
This commit is contained in:
parent
6afa8a5b33
commit
41fae2d16d
@ -467,7 +467,6 @@ class ServerInstance:
|
||||
cwd=self.server_path,
|
||||
stdin=subprocess.PIPE,
|
||||
stdout=subprocess.PIPE,
|
||||
bufsize=1,
|
||||
stderr=subprocess.STDOUT,
|
||||
)
|
||||
except Exception as ex:
|
||||
|
Loading…
Reference in New Issue
Block a user