Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Status text
  • Loading branch information
lonekorean committed May 3, 2016
1 parent 821b377 commit 99484ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/router/routes/upload.js
Expand Up @@ -23,7 +23,7 @@ router.post('/', function(req, res) {
console.log('Error uploading media:', error);
} else {
var statusUpdate = {
status: 'Diff Cam score: ' + req.body.score,
status: 'Motion score: ' + req.body.score + ' #diffcam',
media_ids: media.media_id_string
};
client.post('statuses/update', statusUpdate, function(error, tweet, response) {
Expand Down

0 comments on commit 99484ef

Please sign in to comment.