1
0
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:
R. Richard
2019-06-11 13:41:20 +02:00
parent 9faafa7f49
commit 6e8fc588f1
3 changed files with 13 additions and 19 deletions

View File

@ -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(