Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-a-cyborg committed Nov 27, 2023
1 parent 88e5fef commit f67097b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions octahedroflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def make_unbranded_pyramid():
cache_model(fractal_pyramid, part_name, order=FINAL_ORDER)
return fractal_pyramid

def make_octahedron_fractal():
def make_octahedron_fractal(branded=True):
part_name = inspect.currentframe().f_code.co_name
part_name = f'{part_name}-'

Expand All @@ -451,7 +451,6 @@ def make_octahedron_fractal():
save_caches_to_disk()
stand = None

branded = True
if branded:
pyramid = make_branded_pyramid()
else:
Expand Down

0 comments on commit f67097b

Please sign in to comment.