mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-07-07 05:26:24 +00:00
Fix pipe_io_auxlib
This commit is contained in:
@ -31,8 +31,7 @@ if __name__ == '__main__':
|
||||
json_pipe = PipeIOEventHandler(
|
||||
'',
|
||||
'/tmp/tfw_json_send',
|
||||
'/tmp/tfw_json_recv',
|
||||
permissions=0o666
|
||||
'/tmp/tfw_json_recv'
|
||||
)
|
||||
|
||||
sign_pipe = SignMessagePipeIOEventHandler(
|
||||
@ -48,7 +47,8 @@ if __name__ == '__main__':
|
||||
|
||||
bot_pipe = BotPipeIOEventHandler(
|
||||
'/tmp/tfw_bot_send',
|
||||
'/tmp/tfw_bot_recv'
|
||||
'/tmp/tfw_bot_recv',
|
||||
permissions=0o666
|
||||
)
|
||||
|
||||
deploy_pipe = DeployPipeIOEventHandler(
|
||||
|
Reference in New Issue
Block a user