Skip to content

Commit

Permalink
docs: use consistent indentation in standalone user.py example
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag authored Dec 13, 2024
1 parent cd1cfa4 commit 7293e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ buttons on the mode select screen:
from .control_surface.configuration import Configuration

configuration = Configuration(
# Map Mode Select button 5 to setlist programs 1/2 on short/long press.
override_modes={5: ("standalone_1", "standalone_2")}
# Map Mode Select button 5 to setlist programs 1/2 on short/long press.
override_modes={5: ("standalone_1", "standalone_2")}
)
```

Expand Down

0 comments on commit 7293e43

Please sign in to comment.