mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-07-20 01:46:44 -05:00
Change 'look' to 'looks' in main.py
This commit is contained in:
parent
8a091f4d01
commit
610e06fcd9
|
|
@ -218,7 +218,7 @@ def create_config() -> Config:
|
|||
|
||||
while True:
|
||||
print()
|
||||
printc(f'Which brightness level look the best? (Default: left blank = {GLOBAL_CFG.default_lightness(light_dark):.2f} for {light_dark} mode)')
|
||||
printc(f'Which brightness level looks the best? (Default: left blank = {GLOBAL_CFG.default_lightness(light_dark):.2f} for {light_dark} mode)')
|
||||
lightness = input('> ').strip().lower() or None
|
||||
|
||||
# Parse lightness
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user