Skip to content

Commit 3efbb7b

Browse files
committed
modified: to_xml.py
1 parent 0dbe1e2 commit 3efbb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

to_xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_generation(key, dependencies_dict, cache):
3737

3838
# Create the base XML structure for draw.io
3939
mxfile = Element('mxfile', host="app.diagrams.net", modified="2023-11-06T12:47:49.475Z", agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36", etag="1QcJdoTkEXw8NMiF-aaI", version="20.8.19", type="github")
40-
diagram = SubElement(mxfile, 'diagram', name="Страница 1", id="TRZrNrSoRNPHeesHGA9Z")
40+
diagram = SubElement(mxfile, 'diagram', name="Science Tree", id="TRZrNrSoRNPHeesHGA9Z")
4141
mxGraphModel = SubElement(diagram, 'mxGraphModel', dx="1434", dy="790", grid="1", gridSize="10", guides="1", tooltips="1", connect="1", arrows="1", fold="1", page="1", pageScale="1", pageWidth="827", pageHeight="1169", math="0", shadow="0")
4242
root = SubElement(mxGraphModel, 'root')
4343

0 commit comments

Comments
 (0)