autopep8
[rainbowstream.git] / rainbowstream / c_image.py
index 75787532890f68f5165e580177805e71cb4244cf..a044e076e1f0ab3819824a7e849266f31a7bb88d 100644 (file)
@@ -79,7 +79,7 @@ def image_to_display(path, start=None, length=None):
         for x in xrange(width):
             y = real_y * 2
             p0 = i.getpixel((x, y))
-            p1 = i.getpixel((x, y+1))
+            p1 = i.getpixel((x, y + 1))
             block_print(p1, p0)
         sys.stdout.write('\n')