Skip to content

Commit

Permalink
fix print in multiwall_warp_core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec42 authored Mar 16, 2024
1 parent a0e8e08 commit e1a0c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animations/multiwall_warp_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def warp_ring(wall, row, time):

if c == 0:
r, g, b = map(lambda x: x*255, colorsys.hsv_to_rgb(random.random(), 1, 1))
print 'Warp Color:', r, g, b
print('Warp Color:', r, g, b)

blank_walls(c, tick*1.5)
time.sleep(tick*.8)
Expand Down

0 comments on commit e1a0c21

Please sign in to comment.