summaryrefslogtreecommitdiffstats
path: root/osc_ctrl.py
diff options
context:
space:
mode:
Diffstat (limited to 'osc_ctrl.py')
-rw-r--r--osc_ctrl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osc_ctrl.py b/osc_ctrl.py
index ea0c145..c72aed6 100644
--- a/osc_ctrl.py
+++ b/osc_ctrl.py
@@ -250,7 +250,7 @@ def sendMessageLazy(client, msg, tx_state):
last_cell = (len(tx_state.last_msg_encoded) / NUM_LAYERS) - 1
last_page = floor(last_cell / (2 ** generate_utils.INDEX_BITS))
if page < last_page:
- continue
+ pass
if cell_msg == [state.encoding[' ']] * NUM_LAYERS:
if empty_cells_sent >= tx_state.empty_cells_to_send_per_call: