From 6e0e05da85884fbd74e26eb2bd3acccc011e8677 Mon Sep 17 00:00:00 2001 From: Marzin <70151472+Marzin-bot@users.noreply.github.com> Date: Sat, 11 Sep 2021 15:32:39 +0200 Subject: [PATCH] Update Helloworld.gd --- Helloworld.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helloworld.gd b/Helloworld.gd index 11962a8..0966997 100644 --- a/Helloworld.gd +++ b/Helloworld.gd @@ -46,7 +46,7 @@ func _executer() -> void: # note: the "BEGIN" and "COMMIT" commands return empty values print(data.command_tag) - print(data.ligne_description) + print(data.row_description) print(data.data_row)