larxius commited on
Commit
ba5066d
·
verified ·
1 Parent(s): d704e98

Update backend/utils/pdf_generator.py

Browse files
Files changed (1) hide show
  1. backend/utils/pdf_generator.py +1 -1
backend/utils/pdf_generator.py CHANGED
@@ -289,7 +289,7 @@ def generate_scan_pdf(scan, vulnerabilities):
289
  logo_path = None
290
  possible_logo_paths = [
291
  os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'static', 'logo.png')),
292
- os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'backend_structured', 'static', 'logo.png')),
293
  os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'frontend', 'public', 'logo.png')),
294
  os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'frontend', 'public', 'logo.jpg')),
295
  os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'frontend', 'public', 'larshieldlogowhite.png')),
 
289
  logo_path = None
290
  possible_logo_paths = [
291
  os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'static', 'logo.png')),
292
+ os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'backend', 'static', 'logo.png')),
293
  os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'frontend', 'public', 'logo.png')),
294
  os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'frontend', 'public', 'logo.jpg')),
295
  os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'frontend', 'public', 'larshieldlogowhite.png')),