diff --git a/animator.py b/animator.py index f8e22d2..ed8ceaa 100644 --- a/animator.py +++ b/animator.py @@ -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')