From 0f22edd5d23fb32f40b5579611f530bd593a6eb9 Mon Sep 17 00:00:00 2001 From: Talor Berthelson Date: Tue, 28 Jun 2016 01:41:24 -0400 Subject: [PATCH] lol --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index aefc7cf..51bde46 100644 --- a/app.js +++ b/app.js @@ -23,7 +23,8 @@ var stream = T.stream('statuses/filter', { follow: '25073877, 1339835893, 179932 stream.on('tweet', function (tweet) { if (tweet.user.screen_name === 'a__robot') { var nameID = tweet.id_str; - var trumptweeturl = 'https://twitter.com/a__robot/status/' + nameID {console.log(trumptweeturl)}; + var trumptweeturl = 'https://twitter.com/a__robot/status/' + nameID; + console.log(trumptweeturl); var s = screenshot(trumptweeturl) .width(500)