]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - helpers/actions/interrupt_wait.py
Change color when key is running
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / actions / interrupt_wait.py
index 36766a224cfcc5f652349ab8e8ce2f0024e60ea7..8f465f03989d5e4c7926ffda4eabc54aaee0f8de 100644 (file)
@@ -1,4 +1,4 @@
-def run(action, wait_id=None):
+def run(action, wait_id=None, **kwargs):
     action.mapping.interrupt_wait(wait_id)
 
 def description(action, wait_id=None, **kwargs):