Add a message which tells that everything is done (for debugging purposes).
1 files changed, 1 insertions(+), 0 deletions(-) M src/twit2.adb
M src/twit2.adb +1 -0
@@ 105,6 105,7 @@ begin Parse_JSON (Result, Home_Tweets); Put_Line ("Show_Tweets"); Show_Tweets (Home_Tweets); + Put_Line ("All done"); end if; end Twit2;