diff --git a/app/server/ruby/lib/sonicpi/lang/core.rb b/app/server/ruby/lib/sonicpi/lang/core.rb index fc00d13b48..fbc98a421c 100644 --- a/app/server/ruby/lib/sonicpi/lang/core.rb +++ b/app/server/ruby/lib/sonicpi/lang/core.rb @@ -2325,7 +2325,7 @@ def live_loop(name=nil, *args, &block) # immediately reset for the next move __system_thread_locals.set_local :sonic_pi_local_live_loop_move_to_bus_and_parent_t, nil - + end if new_bus moved_prom = __system_thread_locals.get :sonic_pi_local_spider_thread_moved ack_prom = __system_thread_locals.get :sonic_pi_local_spider_thread_moved_ack @@ -2349,7 +2349,6 @@ def live_loop(name=nil, *args, &block) __live_loop_cue name if __system_thread_locals.get :sonic_pi_local_live_loop_auto_cue res = send(ll_name, res) end - end end end