diff options
Diffstat (limited to 'makefont.py')
| -rw-r--r-- | makefont.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefont.py b/makefont.py index be3c072..5d5d419 100644 --- a/makefont.py +++ b/makefont.py @@ -24,7 +24,7 @@ while True: b+="1" if l==8: - print b +# print b l=0 o.write(chr(int(b,2))) b="" |
