diff --git a/to_nassi.py b/to_nassi.py index 239e579..678caa4 100644 --- a/to_nassi.py +++ b/to_nassi.py @@ -5,4 +5,4 @@ from Iinstruction import * def nassi(filepath): NSD = NassiShneidermanDiagram(True) NSD.load_from_file(filepath) - NSD.convert_to_image("Nina", 500) \ No newline at end of file + NSD.convert_to_image("Nassi-Shneider-Diagramm", 500) \ No newline at end of file