From bd9d58c9da1b10ebdae384d81566a4b98eb7a409 Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sun, 20 Dec 2020 13:40:49 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d27b358..eda6d45 100644 --- a/main.py +++ b/main.py @@ -136,7 +136,7 @@ def scrollDownSongInfo(offset_x=0,offset_y=96): songinfo.text((songinfo_offset_x,11+i), song_name) songinfo.text((songinfo_offset_x,i), artist_name) showImage(song_info_canvas, offset_x, offset_y) - sleep(0.02) + time.sleep(0.02) def scrolling_text(text,offset_x=0,offset_y=0):