[F] set_light should be float
This commit is contained in:
parent
b46d0e96f4
commit
5de1bf65e4
3 changed files with 5 additions and 5 deletions
|
|
@ -148,7 +148,7 @@ def create_config() -> Config:
|
|||
print()
|
||||
|
||||
print()
|
||||
tmp = PRESETS['rainbow'].color_text('preset')
|
||||
tmp = PRESETS['rainbow'].set_light(.5).color_text('preset')
|
||||
preset = literal_input(f'Which {tmp} do you want to use?', PRESETS.keys(), 'rainbow', show_ops=False)
|
||||
|
||||
# Create config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue