Fix Python 3.12 SyntaxError caused by JS regex escape sequences
This commit is contained in:
parent
e0644285d4
commit
7019a91f7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue