diff --git a/BlockParty.py b/BlockParty.py index ae36971..e4b534d 100644 --- a/BlockParty.py +++ b/BlockParty.py @@ -136,7 +136,7 @@ def __init__(self, toplevel_window, da, font_face='Sans', font_size=14, gcs=0, score_path=None): ghost_colors = [] - for clr in self.colors : + for clr in self.colors: ghost_color = clr.copy() ghost_color.alpha = 0.3 ghost_colors.append(ghost_color)