Fix Python 3.12 SyntaxError caused by JS regex escape sequences

This commit is contained in:
Uday Gupta 2025-12-23 15:51:07 +05:30
parent e0644285d4
commit 7019a91f7c

View file

@ -92,7 +92,7 @@ async def cognee_network_visualization(graph_data, destination_file_path: str =
} }
links_list.append(link_data) links_list.append(link_data)
html_template = """ html_template = r"""
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>