From bd224a3b9eb5b8f4ec5b6f4d4c978a5eec250d3c Mon Sep 17 00:00:00 2001 From: severak Date: Thu, 28 May 2020 12:42:16 +0200 Subject: [PATCH] Pocitame uzivatele. --- bin/make_gallery.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/make_gallery.js b/bin/make_gallery.js index f536440..833ca7a 100644 --- a/bin/make_gallery.js +++ b/bin/make_gallery.js @@ -23,7 +23,9 @@ axios.get('https://tilde.town/').then(function (response) { date: datum })); - console.log('now let\'s download users:'); + console.log(users.length + ' users at all'); + console.log(''); + console.log('now let\'s download them:'); let offset = 0; users.map(user => {