We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a134b commit e804e29Copy full SHA for e804e29
CircuitPython_Zorque_Text_Game_openai/code.py
@@ -220,7 +220,7 @@ def get_touchscreen_choice():
220
if wrapped_text_display.max_offset() > 0 and ticks_less(deadline, ticks_ms()):
221
wrapped_text_display.scroll_next_line()
222
wrapped_text_display.refresh()
223
- deadline = ticks_add(deadline,
+ deadline = ticks_add(deadline,
224
5000 if wrapped_text_display.on_last_line() else 1000)
225
226
# Depending on the quadrant of the screen, make a choice
0 commit comments