Skip to content

Commit

Permalink
no f string anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jan 22, 2025
1 parent bcf35bb commit 2e7e8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wis2box-create-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ def create_wis2box_env(host_datadir: str) -> None:
fh.write('# wis2box public URL\n')
fh.write(f'WIS2BOX_URL={wis2box_url}\n')
fh.write('WIS2BOX_UI_CLUSTER=false\n')
fh.write(f'WIS2BOX_UI_LOGO=\n')
fh.write(f'WIS2BOX_UI_LANG=en\n')
fh.write('WIS2BOX_UI_LOGO=\n')
fh.write('WIS2BOX_UI_LANG="en"\n')
fh.write('\n')
fh.write('# api\n')
fh.write('WIS2BOX_API_TYPE=pygeoapi\n')
Expand Down

0 comments on commit 2e7e8e9

Please sign in to comment.