From c56749d8c5c0753f8ef361cafece9126dc8d9319 Mon Sep 17 00:00:00 2001 From: awfuljack Date: Sat, 18 Jun 2016 02:44:55 -0400 Subject: [PATCH] Fixed --- app.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.js b/app.js index 9f8dadd..76fc731 100644 --- a/app.js +++ b/app.js @@ -26,7 +26,7 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response // now we can assign alt text to the media, for use by screen readers and // other text-based presentations and interpreters var mediaIdStr = data.media_id_string - var altText = "Small flowers in a planter on a sunny balcony, blossoming." + var altText = "There isn't actually much point to this but whatever" var meta_params = { media_id: mediaIdStr, alt_text: { text: altText } } var nameID = tweet.id_str; var name = tweet.user.screen_name; @@ -52,7 +52,7 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response // now we can assign alt text to the media, for use by screen readers and // other text-based presentations and interpreters var mediaIdStr = data.media_id_string - var altText = "Small flowers in a planter on a sunny balcony, blossoming." + var altText = "There isn't actually much point to this but whatever" var meta_params = { media_id: mediaIdStr, alt_text: { text: altText } } var nameID = tweet.id_str; var name = tweet.user.screen_name; @@ -78,7 +78,7 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response // now we can assign alt text to the media, for use by screen readers and // other text-based presentations and interpreters var mediaIdStr = data.media_id_string - var altText = "Small flowers in a planter on a sunny balcony, blossoming." + var altText = "There isn't actually much point to this but whatever" var meta_params = { media_id: mediaIdStr, alt_text: { text: altText } } var nameID = tweet.id_str; var name = tweet.user.screen_name; @@ -121,4 +121,4 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response }) }) } -}) \ No newline at end of file +})