Update scrolling_text.py

This commit is contained in:
Scott Dutton 2023-09-11 19:17:39 +01:00 committed by GitHub
parent 79b4a27b11
commit 13e4b092fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ while True:
shift -= char_size
current_char += 1
message_display = MESSAGE[current_char:current_char+CHARS_TO_RENDER]
message_display = MESSAGE[current_char:current_char + CHARS_TO_RENDER]
if (len(message_display) < CHARS_LEFT_RESET):
state = STATE_POST_SCROLL
last_time = time_ms