Commit edd39f93 by Bach Dániel

add missing comma

parent 349c54c9
......@@ -82,7 +82,7 @@ def update(vm, data):
@celery.task(name='agent.add_keys')
def add_keys(vm, keys):
logger.debug('add_keys(%s %s)', vm, keys)
logger.debug('add_keys(%s, %s)', vm, keys)
reactor.connections[vm].send_command(
command='add_keys', args={'keys': keys})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment