mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Move logo to img
This commit is contained in:
parent
4264ed4efd
commit
98228c6669
2 changed files with 2 additions and 2 deletions
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
4
python/examples/report.py
Normal file → Executable file
4
python/examples/report.py
Normal file → Executable file
|
|
@ -226,7 +226,7 @@ pdf = FPDF()
|
|||
pdf.add_page()
|
||||
|
||||
## LOGO
|
||||
pdf.image("ntop.png", x=140, y=8, w=68.2, h=17.8)
|
||||
pdf.image("img/ntop.png", x=140, y=8, w=68.2, h=17.8)
|
||||
|
||||
## HOST PC SPECS AND STATS ##
|
||||
pdf.set_font("Helvetica", "B", 14)
|
||||
|
|
@ -274,4 +274,4 @@ pdf.output(f"./report.pdf", "F")
|
|||
|
||||
|
||||
for file in created_files:
|
||||
delete_file(file)
|
||||
delete_file(file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue