Update web.py

This commit is contained in:
Daniel Markstedt 2023-11-19 15:12:07 -08:00 committed by GitHub
parent e6f23662c8
commit 22f77d7138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ def drive_list():
return response(
template="drives.html",
page_title=_("PiSCSI Create Drive"),
page_title=_("PiSCSI Create Drive foo"),
files=piscsi_cmd.list_images()["files"],
drive_properties=format_drive_properties(APP.config["PISCSI_DRIVE_PROPERTIES"]),
)