From 12af470eb07610cd3c544640216c98fec329fe56 Mon Sep 17 00:00:00 2001 From: letmestar <33407125+letmestar@users.noreply.github.com> Date: Sat, 2 Dec 2017 23:28:12 +0900 Subject: [PATCH] =?UTF-8?q?60145171=5F=EA=B9=80=ED=83=9C=EC=9C=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LetterTest에서 TAEYUN이 출력되도록 변경하였습니다. --- effects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects.py b/effects.py index c9982e9..90aa47e 100644 --- a/effects.py +++ b/effects.py @@ -354,7 +354,7 @@ def run(self): ascii8x8.draw_chr(chr(ord), self.wall, foreground, background, x_offset, y_offset) self.wall.draw() - time.sleep(1) + time.sleep(1.5) class Bouncer(Effect): class Ball(object):