Ver Fonte

change B to 0b

aarón montoya-moraga há 4 anos atrás
pai
commit
28e7e59a70
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/make_splash.py

+ 1 - 1
scripts/make_splash.py

@@ -17,7 +17,7 @@ def main(fn, id):
       if x == 0:
         print("  ", end='')
       if x % 8 == 0:
-        print("B", end='')
+        print("0b", end='')
 
       bit = '0'
       if x < image.width and image.getpixel((x,y)) != 0: