mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-07 05:24:47 +08:00
upgrade_server: Show what filess are getting served
This commit is contained in:
parent
895a1ac334
commit
842f9915c8
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue