loop_thread = Thread(target=loop_runner, args=(10,), name="LOOP THREAD")
loop_thread = Thread(target=loop_runner(), args=(10,), name="LOOP THREAD")