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)