From 2976ba541b5c5cdd9e39e392aa2b9f65fb1cec14 Mon Sep 17 00:00:00 2001 From: JEphron Date: Fri, 14 Nov 2014 10:41:06 -0500 Subject: [PATCH] wololo --- TimeCube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimeCube.py b/TimeCube.py index 27955a3..ef83cd1 100755 --- a/TimeCube.py +++ b/TimeCube.py @@ -166,7 +166,7 @@ def read_args(): processed = process_chunks(chunks, should_reverse_chunks=False) # recombine procesed pieces result = dechunkify(processed) - output_path = os.path.splitext(os.path.basename(filename))[0]+"_chronofucked.gif" + output_path = os.path.splitext(os.path.basename(filename))[0]+"_cubed.gif" images2gif.writeGif(output_path, result , 0.04) end = time.time() elapsed = '%.2f' % (end - start)