We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee68f4b commit d4deb01Copy full SHA for d4deb01
push2_python/__init__.py
@@ -41,7 +41,7 @@ class Push2(object):
41
use_user_midi_port = False
42
last_active_sensing_received = None
43
function_call_interval_limit_overwrite = PUSH2_RECONNECT_INTERVAL
44
- color_palette = DEFAULT_COLOR_PALETTE
+ color_palette = DEFAULT_COLOR_PALETTE.copy()
45
46
47
def __init__(self, use_user_midi_port=False):
0 commit comments