From c852f04c8dc599114be72e1605f787ae4f96caac Mon Sep 17 00:00:00 2001 From: OH SAEJUNG Date: Sun, 3 Dec 2017 23:53:24 +0900 Subject: [PATCH] =?UTF-8?q?60142301=20=EC=98=A4=EC=84=B8=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 이름변경 --- effects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects.py b/effects.py index c5d251e..1fc1fdd 100644 --- a/effects.py +++ b/effects.py @@ -338,7 +338,7 @@ def run(self): # Display upper and lower case letters. The break between 90 and 97 is # for non-letter keyboard characters. - for ord in range(65, 91) + range(97, 123): + for ord in range[83,69,74,85,78,71]: self.wall.clear() # Set every pixel to the background color, since ascii8x8 will only