Skip to content

Commit

Permalink
fix: again flake8 linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pabera committed Apr 21, 2024
1 parent a534aa3 commit 7ff4b23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jukebox/components/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ def get_app_settings():
'show_covers': show_covers
}


@plugin.register
def set_app_settings(settings = {}):
def set_app_settings(settings={}):
"""Set configuration settings for the web app."""
for key, value in settings.items():
cfg.setn('webapp', key, value=value)

0 comments on commit 7ff4b23

Please sign in to comment.