Skip to content

Commit

Permalink
black.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jul 11, 2024
1 parent ab406c9 commit 9d919ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamutrfwaterfall/gamutrfwaterfall/flask_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def config_form(self):
reset = request.form.get("reset", None)
if reset == "reset":
reconf_query_str = "&".join(
[f"{k}=\"{v}\"" for k, v in self.config_vars.items()]
[f'{k}="{v}"' for k, v in self.config_vars.items()]
)
logging.info(f"\n\n{reconf_query_str=}\n\n")
try:
Expand Down

0 comments on commit 9d919ac

Please sign in to comment.