Disable debug
This commit is contained in:
parent
288e9b9471
commit
bdc1b32795
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ for filename in filenames:
|
|||
os.system(f'convert temp/pngs/{filename}.png temp/xbms/{filename}.xbm')
|
||||
|
||||
# Make some pngs for debugging
|
||||
debug = True
|
||||
debug = False
|
||||
if debug:
|
||||
from random import random
|
||||
os.mkdir('temp/debug_pngs')
|
||||
|
|
Loading…
Reference in a new issue