Connection bug fix

This commit is contained in:
Kloadut 2012-10-14 17:41:03 +02:00
parent d6efde407e
commit 4324ebe8fb

View file

@ -494,7 +494,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 = []