add documents
[rainbowstream.git] / rainbowstream / c_image.py
index 154552d2d7105c3e8f39e143400c32a7e9e62c5f..e440d405e509b66ba0e4264ddff597e310cd32ec 100644 (file)
@@ -24,7 +24,7 @@ def pixel_print(ansicolor):
     sys.stdout.write('\033[48;5;%sm \033[0m' % (ansicolor))
 
 
-def image_to_display(path,start=None,length=None):
+def image_to_display(path, start=None, length=None):
     rows, columns = os.popen('stty size', 'r').read().split()
     if not start:
         start = c['IMAGE_SHIFT']