Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
zheins committed Oct 30, 2020
2 parents d814838 + 1143135 commit c67e440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evolver/evolver_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def on_command(sid, data):

if immediate:
clear_broadcast(param)
command_queue.insert(0, {'param': param, 'value': evolver_conf['experimental_params'][param]['value'], 'type': IMMEDIATE})
command_queue.insert(0, {'param': param, 'value': value, 'type': IMMEDIATE})
await sio.emit('commandbroadcast', data, namespace = '/dpu-evolver')

@sio.on('getconfig', namespace = '/dpu-evolver')
Expand Down

0 comments on commit c67e440

Please sign in to comment.