From bdc1b32795e25094587a454fe24621b7093dd64b Mon Sep 17 00:00:00 2001 From: askiiart <90910526+askiiart@users.noreply.github.com> Date: Tue, 9 May 2023 11:45:24 -0500 Subject: [PATCH] Disable debug --- animator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')