Skip to content

Commit d4deb01

Browse files
committed
Copy original color palette so constant remains unchanged
1 parent ee68f4b commit d4deb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push2_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Push2(object):
4141
use_user_midi_port = False
4242
last_active_sensing_received = None
4343
function_call_interval_limit_overwrite = PUSH2_RECONNECT_INTERVAL
44-
color_palette = DEFAULT_COLOR_PALETTE
44+
color_palette = DEFAULT_COLOR_PALETTE.copy()
4545

4646

4747
def __init__(self, use_user_midi_port=False):

0 commit comments

Comments
 (0)