upgrade_server: Show what filess are getting served

This commit is contained in:
deajan 2025-01-25 13:14:31 +01:00
parent 895a1ac334
commit 842f9915c8

View file

@ -164,6 +164,7 @@ def get_file(
return False
return unknown_artefact
logger.info(f"Serving {file.artefact.value} file in {artefact_path}")
with open(artefact_path, "rb") as fh:
file_content_bytes = fh.read()
if content: