From a1a96001fa598001714987c7f7769a8be9dbdf2a Mon Sep 17 00:00:00 2001 From: Talor Berthelson Date: Tue, 28 Jun 2016 01:33:26 -0400 Subject: [PATCH] lol --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index a34e98a..c83c3c4 100644 --- a/app.js +++ b/app.js @@ -25,7 +25,7 @@ stream.on('tweet', function (tweet) { var nameID = tweet.id_str; var trumptweeturl = 'https://twitter.com/a__robot/status/' + nameID; - screenshot(trumptweeturl) + var s = screenshot(trumptweeturl) .width(500) .height(500) .clip()