From 5af03b3fb96d97a2834d9dba35110d7f0447b504 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Thu, 7 Nov 2013 18:17:25 -0800 Subject: [PATCH] Fixed the image path /control.html had a wrong reference --- src/bot.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bot.js b/src/bot.js index d0a0215..2b256f3 100755 --- a/src/bot.js +++ b/src/bot.js @@ -130,6 +130,8 @@ function handler(req, res) { } if (req.url == "/screen.png") { file = "/screen.png"; + if (req.url == "/tweetscreen.png") { + file = "/tweetscreen.png"; type = "image/png"; }