#!/usr/bin/env python3 """Fix _render_scan_page: replace {{BASE_PATH}} with hardcoded base path.""" with open('module_quickscan.py', 'r') as f: content = f.read() # Replace the problematic {{BASE_PATH}} references in _render_scan_page only # Lines 412 and 434 contain {{BASE_PATH}} inside string concatenation content = content.replace( "'