mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Connection bug fix
This commit is contained in:
parent
a28ed7ace8
commit
0dd522f64a
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ def connect_services(action_map):
|
|||
Dict|int -- openned connections or error code
|
||||
|
||||
"""
|
||||
action_dict = action_map[argv[1]]['actions'][argv[2]]
|
||||
action_dict = action_map[sys.argv[1]]['actions'][sys.argv[2]]
|
||||
connections = {}
|
||||
required_connections = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue