From 0f57762119f6bead4fee71c35b0ebf9d890ac745 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 01:04:18 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6227cca..0a621e6 100644 --- a/main.py +++ b/main.py @@ -108,7 +108,7 @@ def scrolling_text(text,offset_x=0,offset_y=0): scrolled_text.text((-i,0), text) showImage(scrolled_text_canvas, offset_x, offset_y) time.sleep(1) - print('scrolled '+i) + print('scrolled '+str(i)+' px')